summaryrefslogtreecommitdiffstats
path: root/src/h_bash.c
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@alpinelinux.org>2015-02-15 23:10:17 +0000
committerNathan Angelacos <nangel@alpinelinux.org>2015-02-15 23:10:17 +0000
commit22275203cc9f97b79ffdedcbe6b51e0086fa8cb6 (patch)
tree075d23cf40bf05ef77aabf9543ad09f0143d65e9 /src/h_bash.c
parenta4474474e11094d5d9a227171b35ab0e90c0a60c (diff)
downloadhaserl-22275203cc9f97b79ffdedcbe6b51e0086fa8cb6.tar.bz2
haserl-22275203cc9f97b79ffdedcbe6b51e0086fa8cb6.tar.xz
Version bump to 0.9.34
Fixes for Lua 5.3 compatibility Move sys/fnctl.h to fnctl.h Applied Victor Cook's patch to rfc2388.c regarding crlf positioning in header data
Diffstat (limited to 'src/h_bash.c')
-rw-r--r--src/h_bash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/h_bash.c b/src/h_bash.c
index e955acd..1ceee9a 100644
--- a/src/h_bash.c
+++ b/src/h_bash.c
@@ -30,7 +30,7 @@
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/stat.h>
-#include <sys/fcntl.h>
+#include <fcntl.h>
#include <stdlib.h>
#include <string.h>