summaryrefslogtreecommitdiffstats
path: root/src/phnc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/phnc.h')
-rw-r--r--src/phnc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/phnc.h b/src/phnc.h
index 3a1bf20e..94a7d985 100644
--- a/src/phnc.h
+++ b/src/phnc.h
@@ -19,6 +19,9 @@
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
+#ifndef _PHNC_H
+#define _PHNC_H
#ifdef __cplusplus
extern "C" {
#endif
@@ -35,4 +38,4 @@ pstatus_t photorec_progressbar(WINDOW *window, const unsigned int pass, const st
#ifdef __cplusplus
} /* closing brace for extern "C" */
#endif
-
+#endif