Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libgloss/ChangeLog2
-rw-r--r--libgloss/libnosys/sbrk.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 8a2880637..e5d595f37 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -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>
diff --git a/libgloss/libnosys/sbrk.c b/libgloss/libnosys/sbrk.c
index 841c692af..39f411cdd 100644
--- a/libgloss/libnosys/sbrk.c
+++ b/libgloss/libnosys/sbrk.c
@@ -1,5 +1,6 @@
/* Version of sbrk for no operating system. */
+#include "config.h"
#include <_syslist.h>
void *