Few build tweaks.

This commit is contained in:
David Carlier
2020-03-17 11:18:24 +00:00
parent c6baa0baa3
commit 55f1237df9
4 changed files with 10 additions and 4 deletions

View File

@@ -3,8 +3,8 @@
#include "../ds/address.h"
#include "../mem/allocconfig.h"
#include <string.h>
#include <stdlib.h>
#include <string.h>
#include <sys/mman.h>
extern "C" int puts(const char* str);