(gl_MACROS): Require gl_ULLONG_MAX.
[gnulib.git] / lib / strdup.c
index 52667e9..8c88e31 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1996, 1997, 1998, 2002, 2003 Free Software
+/* Copyright (C) 1991, 1996, 1997, 1998, 2002, 2003, 2004 Free Software
    Foundation, Inc.
 
    This file is part of the GNU C Library.
 # include <config.h>
 #endif
 
+#ifndef _LIBC
+/* Get specification.  */
+# include "strdup.h"
+#endif
+
 #include <stdlib.h>
 #include <string.h>