From 3e16b871d17f812be1226c23fffbbecbe52876b0 Mon Sep 17 00:00:00 2001 From: Gulliver Date: Thu, 11 Sep 2014 20:31:59 +0200 Subject: using only includes from system --- src/getopt.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/getopt.c') diff --git a/src/getopt.c b/src/getopt.c index 321dd9f..c0aa182 100644 --- a/src/getopt.c +++ b/src/getopt.c @@ -30,9 +30,10 @@ */ #include -#include -#include +#include +#include +#include /* * If we're running the test suite, rename getopt and the global variables to * avoid conflicts with the system version. -- cgit v1.2.3