include "roken.h" to avoid undefined size_t/ssize_t

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15243 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-05-27 13:37:47 +00:00
parent 0d721e25c5
commit 3521604ac0

View File

@@ -35,8 +35,7 @@
#include <config.h> #include <config.h>
RCSID("$Id$"); RCSID("$Id$");
#endif #endif
#include <stdlib.h> #include "roken.h"
#include <string.h>
#include <ctype.h> #include <ctype.h>
#include "hex.h" #include "hex.h"