sr: input/chronovu_la8.c: Add missing #include.

This fixes a compiler warning.
This commit is contained in:
Uwe Hermann 2012-05-30 02:27:30 +02:00
parent fb6f1978ed
commit 36423d04e5
1 changed files with 1 additions and 0 deletions

View 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"