diff options
Diffstat (limited to 'src/ppartseln.h')
-rw-r--r-- | src/ppartseln.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ppartseln.h b/src/ppartseln.h index ee9a2013..85869196 100644 --- a/src/ppartseln.h +++ b/src/ppartseln.h @@ -19,6 +19,8 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifndef _PPARTSELN_H +#define _PPARTSELN_H #ifdef __cplusplus extern "C" { #endif @@ -28,3 +30,4 @@ void menu_photorec(struct ph_param *params, struct ph_options *options, alloc_da #ifdef __cplusplus } /* closing brace for extern "C" */ #endif +#endif |