[uClibc-cvs] svn commit: trunk/uClibc/ldso/include

vapier at uclibc.org vapier at uclibc.org
Wed Jul 6 22:47:34 UTC 2005


Author: vapier
Date: 2005-07-06 16:47:33 -0600 (Wed, 06 Jul 2005)
New Revision: 10732

Log:
need features.h for the misc attribute defines and uclibc features

Modified:
   trunk/uClibc/ldso/include/dl-string.h


Changeset:
Modified: trunk/uClibc/ldso/include/dl-string.h
===================================================================
--- trunk/uClibc/ldso/include/dl-string.h	2005-07-06 22:47:10 UTC (rev 10731)
+++ trunk/uClibc/ldso/include/dl-string.h	2005-07-06 22:47:33 UTC (rev 10732)
@@ -2,6 +2,7 @@
 #define _LINUX_STRING_H_
 
 #include <dl-sysdep.h> // for do_rem
+#include <features.h>
 
 static size_t _dl_strlen(const char * str);
 static char *_dl_strcat(char *dst, const char *src);




More information about the uClibc-cvs mailing list