New module 'unicase/u32-is-titlecase'.
[pspp] / lib / glob.c
index c38ee4c3dd13b16cf6619c574775911b62f9b076..40cc9b3de544c3796b17c58a9d8c19eb9f42b781 100644 (file)
 
 #include <fnmatch.h>
 
-#ifndef _LIBC
-# include "dirfd.h"
-#endif
-
 #ifdef _SC_GETPW_R_SIZE_MAX
 # define GETPW_R_SIZE_MAX()    sysconf (_SC_GETPW_R_SIZE_MAX)
 #else