Blame view

RIOT/pkg/oonf_api/patches/0009-Add-missing-include.patch 676 Bytes
fb11e647   vrobic   reseau statique a...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  From 998e5800bedae1d1fb3fddd369ae92ae915ec7fa Mon Sep 17 00:00:00 2001
  From: Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de>
  Date: Wed, 29 Oct 2014 12:11:29 +0100
  Subject: [PATCH 09/10] Add missing include
  
  ---
   src-api/rfc5444/rfc5444_tlv_writer.h | 1 +
   1 file changed, 1 insertion(+)
  
  diff --git a/src-api/rfc5444/rfc5444_tlv_writer.h b/src-api/rfc5444/rfc5444_tlv_writer.h
  index ace7313..8d0ce3a 100644
  --- a/src-api/rfc5444/rfc5444_tlv_writer.h
  +++ b/src-api/rfc5444/rfc5444_tlv_writer.h
  @@ -43,6 +43,7 @@
   #define RFC5444_TLV_WRITER_H_
  
   #include "common/common_types.h"
  +#include "rfc5444_context.h"
  
   struct rfc5444_tlv_writer_data {
     uint8_t *buffer;
  --
  1.9.1