]> sigrok.org Git - libsigrokdecode.git/blobdiff - exception.c
Build: Include <config.h> first in all source files
[libsigrokdecode.git] / exception.c
index 96546f7d5537797bf45049159be70787e68aeaf5..8810304aac6090d580abc41057320f89fc1566ba 100644 (file)
@@ -17,9 +17,9 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include "libsigrokdecode-internal.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */
 #include "libsigrokdecode.h"
-#include "config.h"
 #include <stdarg.h>
 #include <glib.h>
 #include <frameobject.h> /* Python header not pulled in by default. */