aboutsummaryrefslogtreecommitdiff
path: root/vm.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-09-14 12:43:28 -0700
committerBruce Hill <bruce@bruce-hill.com>2020-09-14 12:43:28 -0700
commit018f2b06ce2e2a44ee6c1379f94db38aaec73d6c (patch)
treeb7f77a04f2cde33b0f9815f9267cfc66b78c3976 /vm.h
parent99404cb4809158ecf1c9b02288b1c886891baab3 (diff)
Fixing compiler warnings
Diffstat (limited to 'vm.h')
-rw-r--r--vm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm.h b/vm.h
index 6d0a1b4..ac0269f 100644
--- a/vm.h
+++ b/vm.h
@@ -6,6 +6,7 @@
#include <stdlib.h>
#include <string.h>
+#include <strings.h>
#include <sys/types.h>
#include "types.h"