diff options
Diffstat (limited to 'com32/lib/Makefile')
-rw-r--r-- | com32/lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/lib/Makefile b/com32/lib/Makefile index 842f5f53..7dea7afb 100644 --- a/com32/lib/Makefile +++ b/com32/lib/Makefile @@ -3,6 +3,7 @@ include MCONFIG LIBOBJS = abort.o atexit.o atoi.o atol.o atoll.o calloc.o creat.o \ ctypes.o errno.o fgetc.o fgets.o fopen.o fprintf.o fputc.o \ + putchar.o \ fputs.o fread2.o fread.o free.o fwrite2.o fwrite.o getopt.o \ lrand48.o malloc.o stack.o memccpy.o memchr.o memcmp.o \ memcpy.o memmem.o memmove.o memset.o memswap.o exit.o onexit.o \ |