diff options
Diffstat (limited to 'fish/alloc.c')
-rw-r--r-- | fish/alloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fish/alloc.c b/fish/alloc.c index b530254e..f6e5b8ff 100644 --- a/fish/alloc.c +++ b/fish/alloc.c @@ -25,6 +25,7 @@ #include <fcntl.h> #include <inttypes.h> #include <errno.h> +#include <libintl.h> #include "xstrtol.h" |