diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-31 12:30:13 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-31 12:30:13 +0000 |
commit | 151f30888748cc37b82c1c21c4428c53279bf8eb (patch) | |
tree | 74609951ea0c8a3062a4093323089b64947591b7 /src/libexecline/exlsn_main.c | |
parent | ea96addef47063dc6858c63f00e8e9731a31a990 (diff) | |
download | execline-151f30888748cc37b82c1c21c4428c53279bf8eb.tar.xz |
Add option -u to import and importas
Diffstat (limited to 'src/libexecline/exlsn_main.c')
-rw-r--r-- | src/libexecline/exlsn_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libexecline/exlsn_main.c b/src/libexecline/exlsn_main.c index e50fc2d..0fe7bd1 100644 --- a/src/libexecline/exlsn_main.c +++ b/src/libexecline/exlsn_main.c @@ -1,6 +1,8 @@ /* ISC license. */ +#include <skalibs/bytestr.h> #include <skalibs/strerr2.h> +#include <skalibs/genalloc.h> #include <execline/execline.h> #include "exlsn.h" |