diff options
Diffstat (limited to 'src/pdiskseln.h')
-rw-r--r-- | src/pdiskseln.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pdiskseln.h b/src/pdiskseln.h index 2fb122c6..e4cf41af 100644 --- a/src/pdiskseln.h +++ b/src/pdiskseln.h @@ -19,6 +19,8 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifndef _PDISKSELN_H +#define _PDISKSELN_H #ifdef __cplusplus extern "C" { #endif @@ -36,3 +38,4 @@ int do_curses_photorec(struct ph_param *params, struct ph_options *options, cons #ifdef __cplusplus } /* closing brace for extern "C" */ #endif +#endif |