]> sigrok.org Git - libsigrok.git/blobdiff - src/input/binary.c
Build: Include <config.h> first in all source files
[libsigrok.git] / src / input / binary.c
index d7080b0b22bf6c83df05abd26d471c272024c99b..736e4cf24e043133161be90c9bf4735716d06f98 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdlib.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <sys/time.h>
-#include "libsigrok.h"
+#include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
 
 #define LOG_PREFIX "input/binary"