]> sigrok.org Git - libsigrok.git/commitdiff
sr: input/chronovu_la8.c: Add missing #include.
authorUwe Hermann <redacted>
Wed, 30 May 2012 00:27:30 +0000 (02:27 +0200)
committerUwe Hermann <redacted>
Wed, 30 May 2012 00:27:30 +0000 (02:27 +0200)
This fixes a compiler warning.

input/chronovu_la8.c

index f0a1a07142631e88a53a7eb4bfba043e70ccb8c7..b9f14dd308b9143be55b6ca6b08837299141a404 100644 (file)
@@ -21,6 +21,7 @@
 #include <stdlib.h>
 #include <fcntl.h>
 #include <unistd.h>
+#include <sys/stat.h>
 #include "sigrok.h"
 #include "sigrok-internal.h"