summaryrefslogtreecommitdiff
path: root/gnulib/lib/getopt.in.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/lib/getopt.in.h')
-rw-r--r--gnulib/lib/getopt.in.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnulib/lib/getopt.in.h b/gnulib/lib/getopt.in.h
index 06b6dfc5..d9c7d814 100644
--- a/gnulib/lib/getopt.in.h
+++ b/gnulib/lib/getopt.in.h
@@ -1,5 +1,5 @@
/* Declarations for getopt.
- Copyright (C) 1989-1994, 1996-1999, 2001, 2003-2007, 2009-2012 Free Software
+ Copyright (C) 1989-1994, 1996-1999, 2001, 2003-2007, 2009-2013 Free Software
Foundation, Inc.
This file is part of the GNU C Library.
@@ -49,7 +49,9 @@
linkers. */
#if defined __GETOPT_PREFIX && !defined __need_getopt
# if !@HAVE_GETOPT_H@
+# define __need_system_stdlib_h
# include <stdlib.h>
+# undef __need_system_stdlib_h
# include <stdio.h>
# include <unistd.h>
# endif