Clean up the tlv and pmc include directives.
Signed-off-by: Richard Cochran <richardcochran@gmail.com>master
parent
529206112d
commit
b9c4fbc11d
1
pmc.c
1
pmc.c
|
@ -24,6 +24,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
#include "ds.h"
|
||||||
#include "msg.h"
|
#include "msg.h"
|
||||||
#include "print.h"
|
#include "print.h"
|
||||||
#include "tlv.h"
|
#include "tlv.h"
|
||||||
|
|
1
tlv.c
1
tlv.c
|
@ -19,6 +19,7 @@
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include "port.h"
|
||||||
#include "tlv.h"
|
#include "tlv.h"
|
||||||
|
|
||||||
uint8_t ieee8021_id[3] = { IEEE_802_1_COMMITTEE };
|
uint8_t ieee8021_id[3] = { IEEE_802_1_COMMITTEE };
|
||||||
|
|
Loading…
Reference in New Issue