diff options
Diffstat (limited to 'ring_rx.h')
-rw-r--r-- | ring_rx.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,7 +10,6 @@ #include <stdbool.h> #include "ring.h" -#include "built_in.h" extern void destroy_rx_ring(int sock, struct ring *ring); extern void create_rx_ring(int sock, struct ring *ring, int verbose); |