mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
Fix a "make syntax-check" failure.
* src/capabilities.c: Include <config.h> from the .c file, * src/capabilities.h: ... not from the .h file.
This commit is contained in:
parent
b4882504ea
commit
d7cdc28431
@ -1,3 +1,9 @@
|
||||
Wed Feb 27 15:39:10 CET 2008 Jim Meyering <meyering@redhat.com>
|
||||
|
||||
Fix a "make syntax-check" failure.
|
||||
* src/capabilities.c: Include <config.h> from the .c file,
|
||||
* src/capabilities.h: ... not from the .h file.
|
||||
|
||||
Wed Feb 27 10:34:00 UTC 2008 Richard W.M. Jones <rjones@redhat.com>
|
||||
|
||||
Fix typos (Atsushi SAKAI).
|
||||
|
@ -21,6 +21,8 @@
|
||||
* Author: Daniel P. Berrange <berrange@redhat.com>
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "capabilities.h"
|
||||
#include "buf.h"
|
||||
|
||||
|
@ -24,9 +24,6 @@
|
||||
#ifndef __VIR_CAPABILITIES_H
|
||||
#define __VIR_CAPABILITIES_H
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
||||
typedef struct _virCapsGuestFeature virCapsGuestFeature;
|
||||
typedef virCapsGuestFeature *virCapsGuestFeaturePtr;
|
||||
struct _virCapsGuestFeature {
|
||||
|
Loading…
x
Reference in New Issue
Block a user