aboutsummaryrefslogtreecommitdiffstats
path: root/builtin.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-10-24 05:22:37 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-10-24 05:22:37 +0200
commitfc34db7df7a5992eed6d416a86d77789aeb6b143 (patch)
tree7896b1b7717fee91c9fc51a823f7fad7c46859d8 /builtin.c
parent93726e541fa0c9ece75d4b62bbfc0dd50dc6d0d6 (diff)
downloadegawk-fc34db7df7a5992eed6d416a86d77789aeb6b143.tar.gz
egawk-fc34db7df7a5992eed6d416a86d77789aeb6b143.tar.bz2
egawk-fc34db7df7a5992eed6d416a86d77789aeb6b143.zip
A number of pc related fixes.
Diffstat (limited to 'builtin.c')
-rw-r--r--builtin.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/builtin.c b/builtin.c
index bae02f4d..04627a1c 100644
--- a/builtin.c
+++ b/builtin.c
@@ -32,6 +32,10 @@
#include "random.h"
#include "floatmagic.h"
+#if defined(HAVE_POPEN_H)
+#include "popen.h"
+#endif
+
#ifndef CHAR_BIT
# define CHAR_BIT 8
#endif