summaryrefslogtreecommitdiff
path: root/src/snprintf.c
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2011-04-26 11:20:58 -0700
committerDave Beckett <dave@dajobe.org>2011-04-26 11:20:58 -0700
commita62a5fe8b6052819b048f74d3b195534158451ec (patch)
tree7335d12edccba74aeace3e4b6f371cd07b9e76b4 /src/snprintf.c
parentcd033b8288722954b70003d8a7d81c21e522f652 (diff)
downloadraptor-a62a5fe8b6052819b048f74d3b195534158451ec.tar.gz
Switch to raptor2.h as main header. raptor.h includes it
Diffstat (limited to 'src/snprintf.c')
-rw-r--r--src/snprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snprintf.c b/src/snprintf.c
index db934383..c8f00cc8 100644
--- a/src/snprintf.c
+++ b/src/snprintf.c
@@ -11,7 +11,7 @@
#include <raptor_config.h>
#endif
-#include "raptor.h"
+#include "raptor2.h"
#include "raptor_internal.h"
#include <float.h>