[svn-commits] kpfleming: branch 1.2 r478 - /branches/1.2/pri_internal.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Oct 22 10:09:28 CDT 2007


Author: kpfleming
Date: Mon Oct 22 10:09:27 2007
New Revision: 478

URL: http://svn.digium.com/view/libpri?view=rev&rev=478
Log:
we need to include stddef.h for 'size_t'


Modified:
    branches/1.2/pri_internal.h

Modified: branches/1.2/pri_internal.h
URL: http://svn.digium.com/view/libpri/branches/1.2/pri_internal.h?view=diff&rev=478&r1=477&r2=478
==============================================================================
--- branches/1.2/pri_internal.h (original)
+++ branches/1.2/pri_internal.h Mon Oct 22 10:09:27 2007
@@ -25,6 +25,7 @@
 #ifndef _PRI_INTERNAL_H
 #define _PRI_INTERNAL_H
 
+#include <stddef.h>
 #include <sys/time.h>
 
 struct pri_sched {




More information about the svn-commits mailing list