summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/osinfo-detect.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/osinfo-detect.c b/tools/osinfo-detect.c
index 91dc63b..683833f 100644
--- a/tools/osinfo-detect.c
+++ b/tools/osinfo-detect.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Red Hat, Inc
+ * Copyright (C) 2011 Red Hat, Inc.
*
* osinfo-detect: Given a path to a ISO9660 image/device, detects if media is
* bootable and the relavent OS if media is an installer for it.
@@ -22,6 +22,8 @@
* Zeeshan Ali <zeenix@redhat.com>
*/
+#include <config.h>
+
#include <osinfo/osinfo.h>
#include <string.h>