Mercurial > libdvdnav.hg
comparison remap.c @ 287:f22a52d426a3 src
include config.h (if present)
author | nicodvb |
---|---|
date | Sat, 21 Apr 2007 11:41:56 +0000 |
parents | 6fac6a613ea5 |
children | 54b6a000f6da |
comparison
equal
deleted
inserted
replaced
286:6fac6a613ea5 | 287:f22a52d426a3 |
---|---|
15 * along with this program; if not, write to the Free Software | 15 * along with this program; if not, write to the Free Software |
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA | 16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
17 * | 17 * |
18 * $Id$ | 18 * $Id$ |
19 */ | 19 */ |
20 | |
21 #ifdef HAVE_CONFIG_H | |
22 #include "config.h" | |
23 #endif | |
20 | 24 |
21 #include <stdlib.h> | 25 #include <stdlib.h> |
22 #include <string.h> | 26 #include <string.h> |
23 #include <stdio.h> | 27 #include <stdio.h> |
24 | 28 |