]> sigrok.org Git - libsigrok.git/blobdiff - strutil.c
libsigrok: Fix #includes.
[libsigrok.git] / strutil.c
index 6a9d86226a7ac15d59f285bebfb25b8a42c175d4..ef6d9633a28ba84be38df1ebd7d12bb93e2c5068 100644 (file)
--- a/strutil.c
+++ b/strutil.c
@@ -21,8 +21,8 @@
 #include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
-#include <sigrok.h>
-#include <sigrok-internal.h>
+#include "sigrok.h"
+#include "sigrok-internal.h"
 
 /**
  * Convert a numeric samplerate value to its "natural" string representation.
@@ -284,4 +284,3 @@ gboolean sr_parse_boolstring(const char *boolstr)
 
        return FALSE;
 }
-