Skip to content

Commit

Permalink
[SQUASH ME] ng_ndp: stdint instead of inttypes
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed May 16, 2015
1 parent 543dd85 commit 9f583e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/include/net/ng_ndp/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef NG_NDP_TYPES_H_
#define NG_NDP_TYPES_H_

#include <inttypes.h>
#include <stdint.h>

#include "byteorder.h"

Expand Down

0 comments on commit 9f583e5

Please sign in to comment.