summaryrefslogtreecommitdiff
path: root/src/x86_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/x86_pci.c')
-rw-r--r--src/x86_pci.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/x86_pci.c b/src/x86_pci.c
index 49c1cab..32daa04 100644
--- a/src/x86_pci.c
+++ b/src/x86_pci.c
@@ -18,8 +18,10 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
-#define _GNU_SOURCE
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>