summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/autotrace/bitmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/autotrace/bitmap.c')
-rw-r--r--src/3rdparty/autotrace/bitmap.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/3rdparty/autotrace/bitmap.c b/src/3rdparty/autotrace/bitmap.c
new file mode 100644
index 0000000..759a0df
--- /dev/null
+++ b/src/3rdparty/autotrace/bitmap.c
@@ -0,0 +1,8 @@
+/* bitmap.c: operations on bitmaps. */
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif /* Def: HAVE_CONFIG_H */
+
+#include "bitmap.h"
+#include "xstd.h"