summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2014-12-09 22:29:50 -0800
committerYabin Cui <yabinc@google.com>2014-12-09 22:29:50 -0800
commit611dba4c6a194ce0ffa6e43907aa9881f39d27e3 (patch)
tree51f86dfe7fe917cbac2ed305fe2911541ec75f46
parent6e86b511cfbdbd3f52cd228f52822e9602a23bb4 (diff)
downloadextras-611dba4c6a194ce0ffa6e43907aa9881f39d27e3.tar.gz
Add missing fcntl.h for pagingtest.c.
Change-Id: I32ff00c9e00978b0d5787beb96c2bd1ad3455910
-rw-r--r--tests/pagingtest/pagingtest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pagingtest/pagingtest.c b/tests/pagingtest/pagingtest.c
index e2bd7923..db8512c1 100644
--- a/tests/pagingtest/pagingtest.c
+++ b/tests/pagingtest/pagingtest.c
@@ -1,6 +1,7 @@
#include "pagingtest.h"
#include <errno.h>
+#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>