[GRASS-SVN] r43106 - grass/trunk/general/g.mkfontcap
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Aug 14 14:02:09 EDT 2010
Author: mmetz
Date: 2010-08-14 18:02:09 +0000 (Sat, 14 Aug 2010)
New Revision: 43106
Modified:
grass/trunk/general/g.mkfontcap/freetype_fonts.c
Log:
g.mkfontcap: LFS for wingrass
Modified: grass/trunk/general/g.mkfontcap/freetype_fonts.c
===================================================================
--- grass/trunk/general/g.mkfontcap/freetype_fonts.c 2010-08-14 18:01:28 UTC (rev 43105)
+++ grass/trunk/general/g.mkfontcap/freetype_fonts.c 2010-08-14 18:02:09 UTC (rev 43106)
@@ -14,6 +14,7 @@
*
*****************************************************************************/
+#include <grass/config.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
@@ -21,7 +22,6 @@
#include <sys/stat.h>
#include <unistd.h>
-#include <grass/config.h>
#include <grass/gis.h>
#include <grass/fontcap.h>
@@ -84,7 +84,7 @@
char filepath[GPATH_MAX];
DIR *curdir;
struct dirent *cur_entry;
- struct stat info;
+ STRUCT_STAT info;
curdir = opendir(dirpath);
if (curdir == NULL)
More information about the grass-commit
mailing list