added missing string.h include

This commit is contained in:
Martin Willi 2009-04-14 10:50:29 +00:00
parent e8a0be4895
commit b63f4c75e2
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include <stdio.h>
#include <dirent.h>
#include <errno.h>
#include <string.h>
#include <debug.h>