summaryrefslogtreecommitdiff
path: root/gl/strdup.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-01-31 04:48:42 +0000
committerSimon Josefsson <simon@josefsson.org>2007-01-31 04:48:42 +0000
commite7fb1c2a2085133739a9e661866f97da146d8137 (patch)
tree593e71e3da1e85175a201b8e682c3a959492994d /gl/strdup.c
parent554e4119202f749b36c72b79b4969a1794867bcf (diff)
downloadgnutls-e7fb1c2a2085133739a9e661866f97da146d8137.tar.gz
Update.
Diffstat (limited to 'gl/strdup.c')
-rw-r--r--gl/strdup.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gl/strdup.c b/gl/strdup.c
index 17d40d622d..c614108786 100644
--- a/gl/strdup.c
+++ b/gl/strdup.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1996, 1997, 1998, 2002, 2003, 2004, 2006 Free
+/* Copyright (C) 1991, 1996, 1997, 1998, 2002, 2003, 2004, 2006, 2007 Free
Software Foundation, Inc.
This file is part of the GNU C Library.
@@ -19,13 +19,13 @@
#ifndef _LIBC
# include <config.h>
-/* Get specification. */
-# include "strdup.h"
#endif
-#include <stdlib.h>
+/* Get specification. */
#include <string.h>
+#include <stdlib.h>
+
#undef __strdup
#ifdef _LIBC
# undef strdup