diff options
author | Alexey Shchepin <alexey@process-one.net> | 2004-03-21 20:27:09 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2004-03-21 20:27:09 +0000 |
commit | b75fb79677a90fd1885eb43c98158910da940ff5 (patch) | |
tree | 170af57c951451edd08c09409f1200f3f0a17fb0 /src/stringprep/stringprep_drv.c | |
parent | * doc/guide.tex: Updated (diff) |
* (all): Updated win32 stuff (thanks to Sergei Golovan)
* src/web/ejabberd_web.erl: Added interface for access rules
configuration
SVN Revision: 221
Diffstat (limited to '')
-rw-r--r-- | src/stringprep/stringprep_drv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stringprep/stringprep_drv.c b/src/stringprep/stringprep_drv.c index 13aba69bc..2ae83be80 100644 --- a/src/stringprep/stringprep_drv.c +++ b/src/stringprep/stringprep_drv.c @@ -1,6 +1,7 @@ /* $Id$ */ #include <stdio.h> +#include <string.h> #include <erl_driver.h> #include <ei.h> |