mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
Fix build on F9 with missing stddefs.h include
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
#include <config.h>
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "memory.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user