libsigrok-internal.h: Fix libserialport.h name.

This commit is contained in:
Uwe Hermann 2013-11-15 09:48:34 +01:00
parent 26e0361cc6
commit dc99135322
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#include <libusb.h>
#endif
#ifdef HAVE_LIBSERIALPORT
#include <serialport.h>
#include <libserialport.h>
#endif
/**