]> rtime.felk.cvut.cz Git - arc.git/commitdiff
Cirq_buffer did not compile for stm32 without including Platform_Types.h
authorjcar <devnull@localhost>
Mon, 20 Aug 2012 13:43:47 +0000 (15:43 +0200)
committerjcar <devnull@localhost>
Mon, 20 Aug 2012 13:43:47 +0000 (15:43 +0200)
include/cirq_buffer.h

index c169fdc0806bcc72886e592ad52a097a4953a1b1..2125e95ded985ec1c6529b83edcb2de0d88dadaa 100644 (file)
@@ -17,6 +17,7 @@
 #define CIRQ_BUFFER_H_
 
 #include <stddef.h>
+#include "Platform_Types.h"
 
 typedef struct {
        /* The max number of elements in the list */