patch-exp_trap_c 415 B

123456789101112131415
  1. $OpenBSD: patch-exp_trap_c,v 1.1 2010/09/24 14:16:50 sebastia Exp $
  2. Get rid of implicit declaration of function warning
  3. --- exp_trap.c.orig Thu Sep 9 18:39:22 2010
  4. +++ exp_trap.c Thu Sep 9 18:39:35 2010
  5. @@ -13,6 +13,7 @@ would appreciate credit if this program or parts of it
  6. #include <stdio.h>
  7. #include <signal.h>
  8. #include <sys/types.h>
  9. +#include <string.h>
  10. #ifdef HAVE_SYS_WAIT_H
  11. #include <sys/wait.h>