lib/: Pure C machinery for handling `keyword arguments' to functions.
[sod] / lib / sod.h
index 360afa8..2705dcc 100644 (file)
--- a/lib/sod.h
+++ b/lib/sod.h
@@ -94,6 +94,7 @@ SOD__VARARGS_MACROS_PREAMBLE
 #include <stdarg.h>
 #include <stddef.h>
 
+#include "keyword.h"
 #include "sod-base.h"
 
 /*----- Data structures ---------------------------------------------------*/