Add missing #include

This commit is contained in:
Pierre Pronchery 2017-05-21 01:44:37 +02:00
parent 0ad485a8c3
commit 8b786d778d

View File

@ -18,6 +18,8 @@
#ifndef LIBSYSTEM_SYSTEM_OBJECT_H #ifndef LIBSYSTEM_SYSTEM_OBJECT_H
# define LIBSYSTEM_SYSTEM_OBJECT_H # define LIBSYSTEM_SYSTEM_OBJECT_H
# include <sys/types.h>
/* Object */ /* Object */
typedef void Object; typedef void Object;