diff options
Diffstat (limited to 'openbsd-compat/bsd-misc.h')
-rw-r--r-- | openbsd-compat/bsd-misc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsd-compat/bsd-misc.h b/openbsd-compat/bsd-misc.h index 6f08b09fa..70a538f04 100644 --- a/openbsd-compat/bsd-misc.h +++ b/openbsd-compat/bsd-misc.h | |||
@@ -135,4 +135,8 @@ void errx(int, const char *, ...) __attribute__((format(printf, 2, 3))); | |||
135 | void warn(const char *, ...) __attribute__((format(printf, 1, 2))); | 135 | void warn(const char *, ...) __attribute__((format(printf, 1, 2))); |
136 | #endif | 136 | #endif |
137 | 137 | ||
138 | #ifndef HAVE_LLABS | ||
139 | long long llabs(long long); | ||
140 | #endif | ||
141 | |||
138 | #endif /* _BSD_MISC_H */ | 142 | #endif /* _BSD_MISC_H */ |