diff options
-rw-r--r-- | librabbitmq/utils/strdup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librabbitmq/utils/strdup.h b/librabbitmq/utils/strdup.h index 1571763..4478cbd 100644 --- a/librabbitmq/utils/strdup.h +++ b/librabbitmq/utils/strdup.h @@ -1,5 +1,5 @@ -#ifndef LIBRABBITMQ_STRDUP_H_ -#define LIBRABBITMQ_STRDUP_H_ +#ifndef librabbitmq_strdup_h +#define librabbitmq_strdup_h /* strdup is not in ISO C90! * we define it here for easy inclusion */ |