missing include
parent
1ee8d8b9e2
commit
c59d76aed2
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue