- Bump portrevision PR: ports/130520 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> Approved by: Petar Zhivkov Petrov <pesho.petrov@gmail.com> (maintainer)
10 lines
277 B
C
10 lines
277 B
C
--- ./examples/newfolder.c.orig 2009-01-14 01:16:16.000000000 +0300
|
|
+++ ./examples/newfolder.c 2009-01-14 01:16:31.000000000 +0300
|
|
@@ -22,6 +22,7 @@
|
|
*/
|
|
#include "common.h"
|
|
#include "pathutils.h"
|
|
+#include <stdlib.h>
|
|
#include <libgen.h>
|
|
|
|
void newfolder_function(char *);
|