summaryrefslogtreecommitdiffstats
path: root/include/history.h
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.org>2015-07-27 10:17:12 +0200
committerQball Cow <qball@gmpclient.org>2015-07-27 10:17:12 +0200
commit2bbd589f0d317032bc4b618b4d054cf0764cc548 (patch)
tree1963eebb6d808cea3ec6df409266321a8360df38 /include/history.h
parent8104997e6f1c2d9de4c9757d6cfa79831aa20e9c (diff)
Add prefix to header guard. #191
Diffstat (limited to 'include/history.h')
-rw-r--r--include/history.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/history.h b/include/history.h
index 0a501ab7..ebc9f10d 100644
--- a/include/history.h
+++ b/include/history.h
@@ -24,8 +24,8 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
-#ifndef HISTORY_H
-#define HISTORY_H
+#ifndef ROFI_HISTORY_H
+#define ROFI_HISTORY_H
/**
* @param filename The filename of the history cache.