diff options
author | LAN-TW <lantw44@gmail.com> | 2014-01-05 22:14:33 +0800 |
---|---|---|
committer | LAN-TW <lantw44@nbtest.tfcis.org> | 2014-01-05 22:16:51 +0800 |
commit | 5cfbce1ec7b44a14ed5a2b0a73de14de64d11a28 (patch) | |
tree | 5082d92a68b0ef1664830ce568b74f485c820bae | |
parent | d86e68814ad7c5da69943bada615097c03658ec1 (diff) | |
download | l4basic-5cfbce1ec7b44a14ed5a2b0a73de14de64d11a28.tar.gz l4basic-5cfbce1ec7b44a14ed5a2b0a73de14de64d11a28.tar.zst l4basic-5cfbce1ec7b44a14ed5a2b0a73de14de64d11a28.zip |
Fix NetBSD build problem
-rw-r--r-- | test-file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-file.c b/test-file.c index cf40fab..28a9691 100644 --- a/test-file.c +++ b/test-file.c @@ -7,6 +7,7 @@ #include <assert.h> #include <stdio.h> #include <string.h> +#include <sys/types.h> #include <sys/wait.h> #include <unistd.h> |