Commit 08ae0e48 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

getopt.c: Add missing string.h include (#530)

parent b81ed3be
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
#endif

#include <stdio.h>
#include <string.h>

/* Comment out all this code if we are using the GNU C Library, and are not
   actually compiling the library itself.  This code is part of the GNU C