mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
util: drop non-posix header fnmatch
Seems fnmatch usage was removed but not the include Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7013>
This commit is contained in:
parent
f0707e977b
commit
82563b6a9f
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <dirent.h>
|
||||
#include <fnmatch.h>
|
||||
#include <sys/stat.h>
|
||||
#include <regex.h>
|
||||
#include "strndup.h"
|
||||
#include "xmlconfig.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue