lib:replace: Missing semicolon on function definition.
[kai/samba-autobuild/.git] / lib / replace / system / wait.h
index 146c61a094740f52570d8af955a3995585c7e919..1f5fcd99b6da7247f8cf27bf5a46590ecbc3930b 100644 (file)
@@ -49,7 +49,7 @@ typedef int sig_atomic_t;
 #endif
 
 #if !defined(HAVE_WAITPID) && defined(HAVE_WAIT4)
-int rep_waitpid(pid_t pid,int *status,int options)
+int rep_waitpid(pid_t pid,int *status,int options);
 #endif
 
 #endif