From 33a28eeda18f020d72f80932e7606c5a1875460a Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Mon, 22 Oct 2007 15:10:06 +0000 Subject: [PATCH] Merged revisions 478 via svnmerge from https://origsvn.digium.com/svn/libpri/branches/1.2 ........ r478 | kpfleming | 2007-10-22 10:09:27 -0500 (Mon, 22 Oct 2007) | 3 lines we need to include stddef.h for 'size_t' ........ git-svn-id: https://origsvn.digium.com/svn/libpri/branches/1.4@479 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 b29999a..0b52365 100644 --- a/pri_internal.h +++ b/pri_internal.h @@ -25,6 +25,7 @@ #ifndef _PRI_INTERNAL_H #define _PRI_INTERNAL_H +#include #include #define DBGHEAD __FILE__ ":%d %s: "