Changeset 9320 for issm/trunk/src/c/objects/KML/KML_LatLonBox.cpp
- Timestamp:
- 08/12/11 11:21:41 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/KML/KML_LatLonBox.cpp
r8464 r9320 6 6 /*{{{1*/ 7 7 #ifdef HAVE_CONFIG_H 8 #include "config.h"8 #include <config.h> 9 9 #else 10 10 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 11 11 #endif 12 12 13 #include "stdio.h"13 #include <stdio.h> 14 14 #include <string.h> 15 15 #include "../objects.h"
Note:
See TracChangeset
for help on using the changeset viewer.