Archived
1
0
Fork 0

inotify-map.c: include string.h

This commit is contained in:
Henrik Hautakoski 2011-01-29 10:53:06 +01:00
parent d0a1ee2744
commit 5ef26e412f

View file

@ -8,6 +8,7 @@
* (at your option) any later version.
*/
#include <string.h>
#include "xalloc.h"
#include "rbtree.h"
#include "inotify-map.h"