Mercurial > libpst
comparison src/common.h @ 127:c2482d0cd84e
common cannot include config.h
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 05 Feb 2009 09:20:02 -0800 |
parents | 23a36ac0514d |
children | fc11b1d1ad34 |
comparison
equal
deleted
inserted
replaced
126:f01d6163acba | 127:c2482d0cd84e |
---|---|
1 | 1 |
2 #ifndef __COMMON_H | 2 #ifndef __COMMON_H |
3 #define __COMMON_H | 3 #define __COMMON_H |
4 | |
5 | |
6 #ifdef HAVE_CONFIG_H | |
7 #include "config.h" | |
8 #endif | |
9 | 4 |
10 | 5 |
11 #include <stdlib.h> | 6 #include <stdlib.h> |
12 #include <stdio.h> | 7 #include <stdio.h> |
13 #include <stdarg.h> | 8 #include <stdarg.h> |