libCom: Linux osdThread.h needs sys/types.h for pid_t

This commit is contained in:
Janet Anderson
2012-07-13 10:59:07 -05:00
parent e6149b6606
commit cc088e77b6

View File

@@ -10,6 +10,7 @@
#define INC_osdThread_H
#include <pthread.h>
#include <sys/types.h>
#include "shareLib.h"
#include "ellLib.h"