summaryrefslogtreecommitdiff
path: root/image/bmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/bmp.c')
-rw-r--r--image/bmp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/image/bmp.c b/image/bmp.c
index 1025edd94..25f65bc25 100644
--- a/image/bmp.c
+++ b/image/bmp.c
@@ -16,6 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "utils/config.h"
+#ifdef WITH_BMP
+
#include <assert.h>
#include <string.h>
#include <stdbool.h>
@@ -30,8 +33,6 @@
#include "utils/messages.h"
#include "utils/utils.h"
-#ifdef WITH_BMP
-
bool nsbmp_create(struct content *c, const char *params[]) {
union content_msg_data msg_data;