From: Philipp Takacs Date: Sun, 6 Jan 2019 17:31:19 +0000 (+0100) Subject: include libgen.h in pick.c X-Git-Tag: mmh-0.4~1 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=d0d39233d78f71668fe32a8f1125fd3a40fb4bc6 include libgen.h in pick.c libgen.h provides basename(). basename() is used for the error message introduced ec2171174c019bdc83002cc29d06357e30b4b90d --- diff --git a/uip/pick.c b/uip/pick.c index f700a0c..b1a946d 100644 --- a/uip/pick.c +++ b/uip/pick.c @@ -16,6 +16,7 @@ #include #include #include +#include #ifdef HAVE_SYS_TIME_H # include