Skip to content

Commit

Permalink
REMOVE ME!
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Jan 12, 2021
1 parent b711515 commit dcb096f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sys/include/net/gnrc/ipv6.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
*/


#ifndef NET_GNRC_IPV6_H
#define NET_GNRC_IPV6_H
#ifndef GNRC_IPV6_H
#define GNRC_IPV6_H

#include "sched.h"
#include "net/gnrc.h"
Expand Down Expand Up @@ -236,7 +236,7 @@ ipv6_hdr_t *gnrc_ipv6_get_header(gnrc_pktsnip_t *pkt);
}
#endif

#endif /* NET_GNRC_IPV6_H */
#endif
/**
* @}
*/

0 comments on commit dcb096f

Please sign in to comment.