diff options
| author | Mattias Andrée <maandree@operamail.com> | 2015-12-02 14:59:04 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2015-12-02 14:59:04 +0100 |
| commit | 3a70b0996559833523dc0671dfd3ba9bec822930 (patch) | |
| tree | 7ff11b7ceefd20fa2d75775348100bf1bef97422 | |
| parent | add makefile (diff) | |
| download | read-quickly-3a70b0996559833523dc0671dfd3ba9bec822930.tar.gz read-quickly-3a70b0996559833523dc0671dfd3ba9bec822930.tar.bz2 read-quickly-3a70b0996559833523dc0671dfd3ba9bec822930.tar.xz | |
add missing include
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
| -rw-r--r-- | src/rq.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ #include <stdlib.h> #include <ctype.h> #include <string.h> +#include <strings.h> #include <errno.h> #include <unistd.h> #include <fcntl.h> |
