Commit 02be5301 authored by Greg Williams's avatar Greg Williams
Browse files

Updated path to protobuf-c.h to fix build issue in Linux

parent dca39fdd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
#ifndef _KINETIC_PROTO
#define _KINETIC_PROTO

#include <protobuf-c/protobuf-c.h>
#include "protobuf-c.h"
#include <stdbool.h>

PROTOBUF_C__BEGIN_DECLS