diff options
Diffstat (limited to 'src/trace/potrace/bitmap.h')
| -rw-r--r-- | src/trace/potrace/bitmap.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/trace/potrace/bitmap.h b/src/trace/potrace/bitmap.h index f55762f28..2a172b1ad 100644 --- a/src/trace/potrace/bitmap.h +++ b/src/trace/potrace/bitmap.h @@ -1,10 +1,14 @@ -/* Copyright (C) 2001-2005 Peter Selinger. - This file is part of potrace. It is free software and it is covered +/* Copyright (C) 2001-2007 Peter Selinger. + This file is part of Potrace. It is free software and it is covered by the GNU General Public License. See the file COPYING for details. */ #ifndef BITMAP_H #define BITMAP_H +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <string.h> #include <stdlib.h> |
