diff options
author | Art Yerkes <ayerkes@speakeasy.net> | 2003-11-10 23:47:46 +0000 |
---|---|---|
committer | Art Yerkes <ayerkes@speakeasy.net> | 2003-11-10 23:47:46 +0000 |
commit | 1663433c9674e52e85eac7008a55cff2d62c0ae1 (patch) | |
tree | 0db6ad739b7c7dc7f142bf54a2efd8c90e5b59b0 /Lib/ocaml | |
parent | 5d9d8af093968f7179428546b0e61780cd733bd7 (diff) | |
download | swig-1663433c9674e52e85eac7008a55cff2d62c0ae1.tar.gz |
Missing assert.h
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5291 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/ocaml')
-rw-r--r-- | Lib/ocaml/ocaml.swg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/ocaml/ocaml.swg b/Lib/ocaml/ocaml.swg index 2c0bc9214..9f25d3664 100644 --- a/Lib/ocaml/ocaml.swg +++ b/Lib/ocaml/ocaml.swg @@ -2,6 +2,8 @@ /* SWIG pointer structure */ +#include <assert.h> + #ifdef __cplusplus extern "C" { #endif |