diff options
Diffstat (limited to 'common/utils.h')
| -rw-r--r-- | common/utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/utils.h b/common/utils.h index 129f974..441d188 100644 --- a/common/utils.h +++ b/common/utils.h | |||
| @@ -22,6 +22,9 @@ | |||
| 22 | #ifndef __UTILS_H | 22 | #ifndef __UTILS_H |
| 23 | #define __UTILS_H | 23 | #define __UTILS_H |
| 24 | 24 | ||
| 25 | #ifndef HAVE_STPCPY | ||
| 26 | char *stpcpy(char * s1, const char * s2); | ||
| 27 | #endif | ||
| 25 | char *string_concat(const char *str, ...); | 28 | char *string_concat(const char *str, ...); |
| 26 | 29 | ||
| 27 | #endif | 30 | #endif |
