Prevent #include loop in include/ax25/aprs_is.h

This commit is contained in:
XANTRONIX 2020-10-19 21:29:26 -04:00 committed by XANTRONIX Industrial
parent 6a18811b04
commit dacfa282e7
2 changed files with 1 additions and 3 deletions

View file

@ -3,8 +3,6 @@
#include <stdint.h>
#include <patty/ax25.h>
#define PATTY_AX25_APRS_IS_DEFAULT_APPNAME "patty-aprs-is"
#define PATTY_AX25_APRS_IS_DEFAULT_VERSION "0.0.0"

View file

@ -8,7 +8,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <patty/ax25/aprs_is.h>
#include <patty/ax25.h>
enum state {
APRS_IS_HEADER,