emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/sqlite 9c1dfc1: Move include to the right place


From: Lars Ingebrigtsen
Subject: scratch/sqlite 9c1dfc1: Move include to the right place
Date: Mon, 6 Dec 2021 14:23:30 -0500 (EST)

branch: scratch/sqlite
commit 9c1dfc1135517f48cd1cdf69c769a3e99c0743ad
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Move include to the right place
---
 src/sqlite.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/sqlite.c b/src/sqlite.c
index 855d611..aa55c58 100644
--- a/src/sqlite.c
+++ b/src/sqlite.c
@@ -25,10 +25,10 @@ YOSHIDA <syohex@gmail.com>, which can be found at:
 #include <config.h>
 #include "lisp.h"
 
-#include <sqlite3.h>
-
 #ifdef HAVE_SQLITE3
 
+#include <sqlite3.h>
+
 static void
 sqlite_free (void *arg)
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]