OSDN Git Service

Get rid of missing prototype warnings
[uclinux-h8/uClibc.git] / libc / string / dirname.c
index a6242e2..6265e56 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "_string.h"
+#include <libgen.h>
 
 char *dirname(char *path)
 {