summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2006-12-03 17:51:19 (UTC)
committer Michael Krelin <hacker@klever.net>2006-12-03 17:51:19 (UTC)
commit08868f34ee339540ca392bb19e9c537d6e769464 (patch) (unidiff)
tree8c8e54288f488bd7208f57ddd7f39664be6f3ece
parenta74c677c09774c02d3bc347525fb071f25d25697 (diff)
downloadkonforka-08868f34ee339540ca392bb19e9c537d6e769464.zip
konforka-08868f34ee339540ca392bb19e9c537d6e769464.tar.gz
konforka-08868f34ee339540ca392bb19e9c537d6e769464.tar.bz2
fixed missing include
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--lib/util.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util.cc b/lib/util.cc
index 74039c6..069590b 100644
--- a/lib/util.cc
+++ b/lib/util.cc
@@ -1,5 +1,6 @@
1#include <sys/types.h> 1#include <sys/types.h>
2#include <sys/stat.h> 2#include <sys/stat.h>
3#include <cassert>
3#include <konforka/util.h> 4#include <konforka/util.h>
4 5
5namespace konforka { 6namespace konforka {