summaryrefslogtreecommitdiffstats
path: root/src/tload.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tload.h')
-rw-r--r--src/tload.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tload.h b/src/tload.h
index e6a87578..f098fa03 100644
--- a/src/tload.h
+++ b/src/tload.h
@@ -19,6 +19,8 @@
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#ifndef _TLOAD_H
+#define _TLOAD_H
#ifdef HAVE_NCURSES
#ifdef __cplusplus
extern "C" {
@@ -30,3 +32,4 @@ list_part_t *interface_load(disk_t *disk_car,list_part_t *list_part, const int v
} /* closing brace for extern "C" */
#endif
#endif
+#endif