missing include

edge.strict_endians
flatcap 2005-10-26 20:52:53 +00:00
parent 1ee8d8b9e2
commit c59d76aed2
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#include "volume.h"
#include "dir.h"