Skip to content

Commit

Permalink
util.c: add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
szpajder committed Dec 2, 2020
1 parent 9fe5619 commit eee61cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libacars/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <stdlib.h> // calloc, realloc, free
#include <string.h> // strerror, strlen, strdup, strnlen, strspn, strpbrk
#include <time.h> // struct tm
#include <limits.h> // CHAR_BIT
#include <errno.h> // errno
#include <unistd.h> // _exit
#include "config.h" // HAVE_STRSEP, WITH_LIBXML2
Expand Down

0 comments on commit eee61cd

Please sign in to comment.