Fix build on F9 with missing stddefs.h include

This commit is contained in:
Daniel P. Berrange 2008-05-06 21:44:12 +00:00
parent 924e953f47
commit 2afd1db4a2
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -21,6 +21,7 @@
#include <config.h>
#include <stdlib.h>
#include <stddef.h>
#include "memory.h"