From 40ccb7ed54168668f93aeb133ad9d9ee17217c58 Mon Sep 17 00:00:00 2001 From: Arun Thomas Date: Mon, 4 Oct 2010 13:37:46 +0000 Subject: [PATCH] Add include/memory.h Some ports expect that it exists. --- include/Makefile | 3 ++- include/memory.h | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 include/memory.h diff --git a/include/Makefile b/include/Makefile index 50554531a..6624401b4 100644 --- a/include/Makefile +++ b/include/Makefile @@ -9,7 +9,8 @@ INCS= alloca.h ansi.h a.out.h ar.h assert.h configfile.h ctype.h \ stdint.h stdbool.h stdio.h stdlib.h string.h strings.h sysexits.h \ syslog.h tar.h termcap.h termios.h time.h timers.h tools.h \ ttyent.h ucontext.h unistd.h utime.h utmp.h wchar.h wctype.h \ - hgfs.h tzfile.h util.h fetch.h mpool.h ndbm.h db.h poll.h resolv.h + hgfs.h tzfile.h util.h fetch.h mpool.h ndbm.h db.h poll.h resolv.h \ + memory.h INCS+= arpa/inet.h arpa/nameser.h INCS+= minix/a.out.h minix/bitmap.h minix/callnr.h minix/cdrom.h \ minix/com.h minix/config.h minix/const.h minix/cpufeature.h \ diff --git a/include/memory.h b/include/memory.h new file mode 100644 index 000000000..7e81ef051 --- /dev/null +++ b/include/memory.h @@ -0,0 +1,6 @@ +#ifndef _MEMORY_H +#define _MEMORY_H + +#include + +#endif /* _MEMORY_H */ -- 2.44.0