Changeset 9320 for issm/trunk/src/c/shared/Alloc/alloc.cpp
- Timestamp:
- 08/12/11 11:21:41 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/shared/Alloc/alloc.cpp
r7309 r9320 14 14 15 15 #ifdef HAVE_CONFIG_H 16 #include "config.h"16 #include <config.h> 17 17 #else 18 18 #error "Cannot compile without HAVE_CONFIG_H symbol! run configure first!" … … 23 23 #endif 24 24 25 #include "stdio.h"26 #include "stdlib.h"25 #include <stdio.h> 26 #include <stdlib.h> 27 27 28 28 #include "./alloc.h"
Note:
See TracChangeset
for help on using the changeset viewer.