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:
Diffstat (limited to 'libgloss/libnosys')
-rw-r--r--libgloss/libnosys/sbrk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgloss/libnosys/sbrk.c b/libgloss/libnosys/sbrk.c
index 8c1c971aa..841c692af 100644
--- a/libgloss/libnosys/sbrk.c
+++ b/libgloss/libnosys/sbrk.c
@@ -1,5 +1,7 @@
/* Version of sbrk for no operating system. */
+#include <_syslist.h>
+
void *
_sbrk (incr)
int incr;