Browse Source

* move #include

master
Alex 'AdUser' Z 8 years ago
parent
commit
c6a0ea7b20
  1. 2
      src/cmsg.c
  2. 2
      src/cmsg.h

2
src/cmsg.c

@ -1,6 +1,8 @@
#include "common.h"
#include "cmsg.h"
#include <sys/uio.h>
void
f2b_cmsg_convert_args(f2b_cmsg_t *msg) {
assert(msg != NULL);

2
src/cmsg.h

@ -1,8 +1,6 @@
#ifndef F2B_CMSG_H_
#define F2B_CMSG_H_
#include <sys/uio.h>
#include "commands.h"
#define DATA_LEN_MAX 1476 /* 1500 - (16 bytes of cmsg header + 8 bytes of udp) */

Loading…
Cancel
Save