Add missing include for prototypes

This commit is contained in:
Marcel Holtmann 2008-12-23 05:41:53 +01:00
parent 290427f21e
commit dc77291276

View File

@ -29,6 +29,8 @@
#include <errno.h>
#include <stdint.h>
#include "csr.h"
static uint16_t seqnum = 0x0000;
int csr_open_3wire(char *device)