elm - fnmatch - fix typo

This commit is contained in:
Carsten Haitzler 2021-05-03 20:54:23 +01:00
parent ab2d602ff8
commit 6297159c5d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#include <sys/time.h>
#include <sys/param.h>
#include <math.h>
#include <fnmatch.h><
#include <fnmatch.h>
#include <limits.h>
#include <ctype.h>
#include <time.h>