summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-08-18 12:04:45 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-08-18 12:04:45 +0200
commit64809ac8367bb4c059f55a8595f47a323237b238 (patch)
tree62af23907c274c398b231340c006a76700c8f90c /document
parent7bbbf406f3cd920222aba9039c6a460370a4ab14 (diff)
Remove more clutter in fastos/types.h
Diffstat (limited to 'document')
-rw-r--r--document/src/tests/heapdebuggerlinux.cpp2
-rw-r--r--document/src/vespa/document/select/valuenodes.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/document/src/tests/heapdebuggerlinux.cpp b/document/src/tests/heapdebuggerlinux.cpp
index 125bb2cce24..1b9b2e48e1a 100644
--- a/document/src/tests/heapdebuggerlinux.cpp
+++ b/document/src/tests/heapdebuggerlinux.cpp
@@ -22,7 +22,7 @@
#include <iostream>
#include <pthread.h>
-#include <signal.h>
+#include <csignal>
#include <unistd.h>
#include <string.h>
#include <ctype.h>
diff --git a/document/src/vespa/document/select/valuenodes.cpp b/document/src/vespa/document/select/valuenodes.cpp
index cc5ec08dc73..479896f9124 100644
--- a/document/src/vespa/document/select/valuenodes.cpp
+++ b/document/src/vespa/document/select/valuenodes.cpp
@@ -13,6 +13,7 @@
#include <vespa/vespalib/text/lowercase.h>
#include <regex>
#include <iomanip>
+#include <sys/time.h>
#include <vespa/log/log.h>