OSDN Git Service

2004-05-26 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Wed, 26 May 2004 20:38:50 +0000 (20:38 +0000)
committerjjohnstn <jjohnstn>
Wed, 26 May 2004 20:38:50 +0000 (20:38 +0000)
        * libnosys/sbrk.c: Add include of <_syslist.h> and "config.h".

libgloss/ChangeLog
libgloss/libnosys/sbrk.c

index 8a28806..e5d595f 100644 (file)
@@ -1,6 +1,6 @@
 2004-05-26  Jeff Johnston  <jjohnstn@redhat.com>
 
-       * libnosys/sbrk.c: Add include of <_syslist.h>.
+       * libnosys/sbrk.c: Add include of <_syslist.h> and "config.h".
 
 2004-05-05  Richard Sandiford  <rsandifo@redhat.com>
 
index 841c692..39f411c 100644 (file)
@@ -1,5 +1,6 @@
 /* Version of sbrk for no operating system.  */
 
+#include "config.h"
 #include <_syslist.h>
 
 void *