summaryrefslogtreecommitdiff
path: root/tools/skrewt.c
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2014-04-27 16:35:01 -0700
committerJohn Denker <jsd@av8n.com>2014-04-27 16:59:31 -0700
commit74091a532dc0fec6a40724423359a0a9774793f5 (patch)
tree4ab1025f2b02509459c494e404449ecccfc84906 /tools/skrewt.c
parente13129817877ff8a4689b151b09a85af8a5f6359 (diff)
fix some bit-rot (getpid)
Diffstat (limited to 'tools/skrewt.c')
-rw-r--r--tools/skrewt.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/skrewt.c b/tools/skrewt.c
index cd2144f..ae1eed6 100644
--- a/tools/skrewt.c
+++ b/tools/skrewt.c
@@ -14,6 +14,9 @@
#include <vector>
#include <list>
+#include <sys/types.h> /* getpid */
+#include <unistd.h> /* getpid */
+
using namespace std;
void usage(const int sts){