[uClibc-cvs] dl-elf.h
Erik Andersen,,,
andersen at uclibc.org
Sun Jun 20 11:10:51 UTC 2004
Update of /var/cvs/uClibc/ldso/include
In directory nail:/tmp/cvs-serv23619/include
Modified Files:
dl-elf.h
Log Message:
Let dl-string.h include dl-sysdep.h, since it has proper include guards
Index: dl-elf.h
===================================================================
RCS file: /var/cvs/uClibc/ldso/include/dl-elf.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- dl-elf.h 20 Feb 2004 03:37:58 -0000 1.12
+++ dl-elf.h 20 Jun 2004 11:10:49 -0000 1.13
@@ -1,7 +1,7 @@
#ifndef LINUXELF_H
#define LINUXELF_H
-#include <dl-sysdep.h> /* before elf.h to get ELF_USES_RELOCA right */
+#include <dl-string.h> /* before elf.h to get ELF_USES_RELOCA right */
#include <elf.h>
#include <link.h>
More information about the uClibc-cvs
mailing list