Added missing include <sys/types.h>

This commit is contained in:
Pierre Pronchery 2014-05-07 02:39:57 +02:00
parent 93771c5cfe
commit d2121b1bb4

View File

@ -18,6 +18,8 @@
#ifndef LIBSYSTEM_HASH_H
# define LIBSYSTEM_HASH_H
# include <sys/types.h>
/* Hash */
/* types */