summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-09 10:22:19 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-09 10:22:19 +0200
commite2b78839c16f05cd3c0eb83063bcc449e93fe616 (patch)
tree08596832702f6203738f63997849c061ee0ccb0d /functions.h
parent28f00343ce1fa21f4559bac70e58b723e2d59a6b (diff)
parentf24fe15610e9d5bd3457bcb7567dc723672ffb04 (diff)
Merge mulk_benkard@ssh.phx.nearlyfreespeech.net:/home/htdocs/code/mulklisp
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.h b/functions.h
index e635220..f322d7a 100644
--- a/functions.h
+++ b/functions.h
@@ -25,6 +25,8 @@
#include <ffi.h>
#elif HAVE_FFI_FFI_H
#include <ffi/ffi.h>
+#else
+#error "Couldn't include ffi.h."
#endif