Fix build on F9 with missing stddefs.h include
This commit is contained in:
parent
924e953f47
commit
2afd1db4a2
@ -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>
|
Tue May 6 23:20:12 EST 2008 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
* build-aux/vc-list-files: Add support for bzr.
|
* build-aux/vc-list-files: Add support for bzr.
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user