]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/atten-pps3xxx/protocol.c
Build: Include <config.h> first in all source files
[libsigrok.git] / src / hardware / atten-pps3xxx / protocol.c
index e7d9d810c1c6dbfc2e5bf410192ce898f01d135c..582a10d2bcf56f698b3f25db6efa167caa87828e 100644 (file)
@@ -17,8 +17,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
-#include <errno.h>
 #include "protocol.h"
 
 static void dump_packet(char *msg, uint8_t *packet)
@@ -164,4 +164,3 @@ SR_PRIV int atten_pps3xxx_receive_data(int fd, int revents, void *cb_data)
 
        return TRUE;
 }
-