From 6be94aed979ac65a3e614d6ca9197eea3bb4058a Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Mon, 22 Oct 2007 15:09:27 +0000 Subject: [PATCH] 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 --- pri_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/pri_internal.h b/pri_internal.h index b0a7064..29e8c2f 100644 --- a/pri_internal.h +++ b/pri_internal.h @@ -25,6 +25,7 @@ #ifndef _PRI_INTERNAL_H #define _PRI_INTERNAL_H +#include #include struct pri_sched {