[klibc] cpio: directly include fnmatch

Useless ifdeffery seen on previous cleanup.

Signed-off-by: maximilian attems <max@stro.at>
diff --git a/usr/utils/cpio.c b/usr/utils/cpio.c
index 15134b9..cb61679 100644
--- a/usr/utils/cpio.c
+++ b/usr/utils/cpio.c
@@ -27,9 +27,7 @@
 #include <time.h>
 #include <unistd.h>
 #include <utime.h>
-#ifndef	FNM_PATHNAME
 #include <fnmatch.h>
-#endif
 
 # ifndef DIRECTORY_SEPARATOR
 #  define DIRECTORY_SEPARATOR '/'