- missed an include.

This commit is contained in:
Christoph Oelckers 2020-10-12 20:30:12 +02:00
parent f179ee502e
commit bdc1f66131

View file

@ -42,6 +42,7 @@
#include <unistd.h>
#include <fnmatch.h>
#include <sys/stat.h>
#include "cmdlib.h"