summaryrefslogtreecommitdiffstats
path: root/edify/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'edify/expr.h')
-rw-r--r--edify/expr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/edify/expr.h b/edify/expr.h
index 1462531b0..8e1c63872 100644
--- a/edify/expr.h
+++ b/edify/expr.h
@@ -17,6 +17,8 @@
#ifndef _EXPRESSION_H
#define _EXPRESSION_H
+#include <unistd.h>
+
#include "yydefs.h"
#define MAX_STRING_LEN 1024