patch-src_getopt_c 397 B

123456789101112131415
  1. $OpenBSD: patch-src_getopt_c,v 1.2 2011/09/09 09:51:43 dcoppa Exp $
  2. missing header
  3. --- src/getopt.c.orig Wed Jul 7 11:40:32 2010
  4. +++ src/getopt.c Wed Jul 7 11:40:47 2010
  5. @@ -36,6 +36,7 @@
  6. #endif
  7. #include <stdio.h>
  8. +#include <string.h>
  9. /* Comment out all this code if we are using the GNU C Library, and are not
  10. actually compiling the library itself. This code is part of the GNU C