summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-08-03 22:09:49 -0700
committerJohn Denker <jsd@av8n.com>2012-12-02 12:03:18 -0700
commit46ba7e646390dbd5eb896525e6dac27f884096cb (patch)
treebd76d047f0dfb2c8c1783909e4f88495b71a8b4d
parent0613441985e203b94f5afbbd599cb33d8c7c7cbe (diff)
trivial
-rw-r--r--tools/utils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/utils.h b/tools/utils.h
index ea6d9ba..428c7f5 100644
--- a/tools/utils.h
+++ b/tools/utils.h
@@ -1,3 +1,5 @@
+#ifndef UTILS_H
+#define UTILS_H
#include <string>
#include <list>
#include <iostream>
@@ -31,7 +33,6 @@ public:
}
};
-
std::string basename(const std::string path);
int prefix(const std::string shorter, const std::string longer);
std::string time_out(const int _ttt);
@@ -91,3 +92,4 @@ public:
std::string strError(const int);
std::string strError();
+#endif