Module Name: xsrc
Committed By: mrg
Date: Wed Jun 10 01:55:53 UTC 2009
Modified Files:
xsrc/external/mit/libpciaccess/dist/src: common_bridge.c
common_device_name.c
Log Message:
use #ifdef HAVE_CONFIG_H as necessary.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
xsrc/external/mit/libpciaccess/dist/src/common_bridge.c \
xsrc/external/mit/libpciaccess/dist/src/common_device_name.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/libpciaccess/dist/src/common_bridge.c
diff -u xsrc/external/mit/libpciaccess/dist/src/common_bridge.c:1.1.1.1 xsrc/external/mit/libpciaccess/dist/src/common_bridge.c:1.2
--- xsrc/external/mit/libpciaccess/dist/src/common_bridge.c:1.1.1.1 Wed Jun 10 00:46:09 2009
+++ xsrc/external/mit/libpciaccess/dist/src/common_bridge.c Wed Jun 10 01:55:53 2009
@@ -29,7 +29,10 @@
* \author Ian Romanick <[email protected]>
*/
+#if defined(HAVE_CONFIG_H)
#include "config.h"
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
Index: xsrc/external/mit/libpciaccess/dist/src/common_device_name.c
diff -u xsrc/external/mit/libpciaccess/dist/src/common_device_name.c:1.1.1.1 xsrc/external/mit/libpciaccess/dist/src/common_device_name.c:1.2
--- xsrc/external/mit/libpciaccess/dist/src/common_device_name.c:1.1.1.1 Wed Jun 10 00:46:09 2009
+++ xsrc/external/mit/libpciaccess/dist/src/common_device_name.c Wed Jun 10 01:55:53 2009
@@ -28,7 +28,10 @@
* with a particular device or vendor.
*/
+#if defined(HAVE_CONFIG_H)
#include "config.h"
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>