Skip to content

Commit

Permalink
use userspace headers for ax25 instead of kernel.
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelslacker committed Dec 5, 2016
1 parent a99acd7 commit b0e66a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/proto-rose.c
Expand Up @@ -6,7 +6,7 @@
#include <sys/un.h>
#include <netinet/in.h>
#include <bits/sockaddr.h>
#include <linux/ax25.h> /* for ax25_address in rose.h */
#include <netax25/ax25.h> /* for ax25_address in rose.h */
#include <netrose/rose.h>
#include <stdlib.h>
#include "net.h"
Expand Down

0 comments on commit b0e66a2

Please sign in to comment.