Bryan Drewery 21 år sedan
förälder
incheckning
28d36f15bf
1 ändrade filer med 3 tillägg och 2 borttagningar
  1. 3 2
      src/bg.c

+ 3 - 2
src/bg.c

@@ -11,8 +11,8 @@
 #include "main.h"
 #include <signal.h>
 #ifndef CYGWIN_HACKS
-#include <sys/ptrace.h>
-#include <sys/wait.h>
+#  include <sys/ptrace.h>
+#  include <sys/wait.h>
 #endif /* !CYGWIN_HACKS */
 #include <sys/types.h>
 #include <errno.h>
@@ -20,6 +20,7 @@
 #include <string.h>
 
 time_t lastfork = 0;
+
 #ifndef CYGWIN_HACKS
 pid_t watcher;                  /* my child/watcher */