summaryrefslogtreecommitdiffstats
path: root/src/dot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dot.h')
-rw-r--r--src/dot.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dot.h b/src/dot.h
index 48c631f..6c73fbf 100644
--- a/src/dot.h
+++ b/src/dot.h
@@ -16,6 +16,9 @@
*
*/
+#ifndef _DOT_H
+#define _DOT_H
+
#include "qtbc.h"
#include <qlist.h>
#include <qdict.h>
@@ -171,3 +174,4 @@ void generateGraphLegend(const char *path);
void writeDotGraphFromFile(const char *inFile,const char *outDir,
const char *outFile,GraphOutputFormat format);
+#endif