]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix build on F9 with missing stddefs.h include
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 6 May 2008 21:44:12 +0000 (21:44 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 6 May 2008 21:44:12 +0000 (21:44 +0000)
ChangeLog
src/memory.c

index bff49da611523a78d89a5f43347ffc03cd97e062..cc38ba1959ad0bb596011d0c5ad306cdea97d6e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon May  6 17:43:28 EST 2008 Daniel P. Berrange <berrange@redhat.com>
+
+       * src/memory.c: Add missing stddefs.h for ptrdiff_t type
+
 Tue May  6 23:20:12 EST 2008 Jim Meyering <meyering@redhat.com>
 
        * build-aux/vc-list-files: Add support for bzr.
index 1ca67fb7d289d4540b1098847f7c2f88ac164956..1eb1be3c3d30b5f48f57d7b8d770c83429dc0517 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <config.h>
 #include <stdlib.h>
+#include <stddef.h>
 
 #include "memory.h"