Commit f9703570 authored by Aurelio Colosimo's avatar Aurelio Colosimo Committed by Alessandro Rubini

trivial: #include <inttypes.h> added where inttypes are used

Signed-off-by: Aurelio Colosimo's avatarAurelio Colosimo <aurelio@aureliocolosimo.it>
parent e96daf2f
......@@ -7,6 +7,7 @@
* one function and doesn't deserve an header of its own.
* Also, this brings in very common and needed headers
*/
#include <inttypes.h>
#ifdef CONFIG_MPRINTF
int mprintf(char const *format, ...)
__attribute__((format(printf,1,2)));
......
#ifndef IPV4_H
#define IPV4_H
#include <inttypes.h>
void ipv4_init(const char *if_name);
void ipv4_poll(void);
......
......@@ -29,6 +29,7 @@
// ---------------------------------------------------------------------------
//
//
#include <inttypes.h>
#include "ownet.h"
#include "temp28.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment