we need to include stddef.h for 'size_t'

git-svn-id: https://origsvn.digium.com/svn/libpri/branches/1.2@478 2fbb986a-6c06-0410-b554-c9c1f0a7f128
This commit is contained in:
Kevin P. Fleming
2007-10-22 15:09:27 +00:00
parent 0e75c28513
commit 6be94aed97

View File

@@ -25,6 +25,7 @@
#ifndef _PRI_INTERNAL_H
#define _PRI_INTERNAL_H
#include <stddef.h>
#include <sys/time.h>
struct pri_sched {