Fixed include

This commit is contained in:
Eric Andersen 1999-10-18 20:41:33 +00:00
parent bed30e9700
commit 7f04b5e320
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include "internal.h"
#include <stdio.h>
extern int
sync_main(int argc, char * * argv)

1
sync.c
View File

@ -1,4 +1,5 @@
#include "internal.h"
#include <stdio.h>
extern int
sync_main(int argc, char * * argv)