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 20002acb..7f1c4990 100644 --- a/com32/lib/Makefile +++ b/com32/lib/Makefile @@ -133,6 +133,7 @@ LIBCOREOBJS = \ memcpy.o mempcpy.o memset.o memcmp.o memmove.o \ strlen.o stpcpy.o strcpy.o strcmp.o strlcpy.o strlcat.o \ strchr.o strncmp.o strncpy.o \ + ctypes.o strtoul.o strntoumax.o \ \ asprintf.o snprintf.o sprintf.o vsnprintf.o \ \ |
