Added include <sys/types.h>

This commit is contained in:
Pierre Pronchery 2006-10-23 11:31:49 +00:00
parent eb1f6efaff
commit 32c0bf3d72

View File

@ -6,6 +6,8 @@
#ifndef LIBSYSTEM_SYSTEM_H
# define LIBSYSTEM_SYSTEM_H
# include <sys/types.h>
# include "System/appclient.h"
# include "System/appserver.h"