[libpri-commits] kpfleming: branch 1.4 r479 - in /branches/1.4: ./ pri_internal.h
SVN commits to the libpri project
libpri-commits at lists.digium.com
Mon Oct 22 10:10:06 CDT 2007
Author: kpfleming
Date: Mon Oct 22 10:10:06 2007
New Revision: 479
URL: http://svn.digium.com/view/libpri?view=rev&rev=479
Log:
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'
........
Modified:
branches/1.4/ (props changed)
branches/1.4/pri_internal.h
Propchange: branches/1.4/
------------------------------------------------------------------------------
--- branch-1.2-merged (original)
+++ branch-1.2-merged Mon Oct 22 10:10:06 2007
@@ -1,1 +1,1 @@
-/branches/1.2:1-332,385,389,415,423,426,445,460
+/branches/1.2:1-332,385,389,415,423,426,445,460,478
Modified: branches/1.4/pri_internal.h
URL: http://svn.digium.com/view/libpri/branches/1.4/pri_internal.h?view=diff&rev=479&r1=478&r2=479
==============================================================================
--- branches/1.4/pri_internal.h (original)
+++ branches/1.4/pri_internal.h Mon Oct 22 10:10:06 2007
@@ -25,6 +25,7 @@
#ifndef _PRI_INTERNAL_H
#define _PRI_INTERNAL_H
+#include <stddef.h>
#include <sys/time.h>
#define DBGHEAD __FILE__ ":%d %s: "
More information about the libpri-commits
mailing list