diff options
Diffstat (limited to 'src/ipcpd/normal/pol')
| -rw-r--r-- | src/ipcpd/normal/pol/flat.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/ipcpd/normal/pol/flat.h b/src/ipcpd/normal/pol/flat.h index 51cb511b..a488eb35 100644 --- a/src/ipcpd/normal/pol/flat.h +++ b/src/ipcpd/normal/pol/flat.h @@ -20,11 +20,11 @@   * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.   */ -#ifndef OUROBOROS_FLAT -#define OUROBOROS_FLAT +#ifndef OUROBOROS_IPCPD_NORMAL_FLAT_H +#define OUROBOROS_IPCPD_NORMAL_FLAT_H  int      flat_init(void);  int      flat_fini(void);  uint64_t flat_address(void); -#endif /* OUROBOROS_FLAT */ +#endif /* OUROBOROS_IPCPD_NORMAL_FLAT_H */ | 
