summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-02-24 15:02:37 +0000
committerDaniel P. Berrange <berrange@redhat.com>2012-02-24 15:28:02 +0000
commit82599cd41681e306150af01d88a94147df0c5c39 (patch)
tree23b98fccfc22e54103b0b2e9f79cfe0e73e626a5 /tools
parent9d771f2d6a54838cdb73f03208b8940d658c45c7 (diff)
downloadlibosinfo-82599cd41681e306150af01d88a94147df0c5c39.tar.gz
Add <config.h> to all files & remove trailing blanks
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>