blob: 2b23dc66e71e15b951f2952e165245f04e366bb7 (
plain)
1
2
3
4
5
6
7
8
9
|
--- sources/getopt.c.orig Thu Jul 9 11:38:13 1998
+++ sources/getopt.c Thu Jul 9 11:39:08 1998
@@ -41,4 +41,6 @@
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
/* This needs to come after some library #include
|