OSDN Git Service

Add missing fcntl.h for pagingtest.c.
authorYabin Cui <yabinc@google.com>
Wed, 10 Dec 2014 06:29:50 +0000 (22:29 -0800)
committerYabin Cui <yabinc@google.com>
Wed, 10 Dec 2014 06:29:50 +0000 (22:29 -0800)
Change-Id: I32ff00c9e00978b0d5787beb96c2bd1ad3455910

tests/pagingtest/pagingtest.c

index e2bd792..db8512c 100644 (file)
@@ -1,6 +1,7 @@
 #include "pagingtest.h"
 
 #include <errno.h>
+#include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>