summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/abrtlib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/inc/abrtlib.h b/inc/abrtlib.h
index 82ad3443..ae86a66b 100644
--- a/inc/abrtlib.h
+++ b/inc/abrtlib.h
@@ -3,6 +3,9 @@
*
* Licensed under GPLv2, see file COPYING in this tarball for details.
*/
+#ifndef ABRTLIB_H_
+#define ABRTLIB_H_
+
#include <ctype.h>
#include <dirent.h>
#include <errno.h>
@@ -100,3 +103,5 @@ void xstat(const char *name, struct stat *stat_buf);
void xmove_fd(int from, int to);
char* xasprintf(const char *format, ...);
+
+#endif