Skip to content
Snippets Groups Projects
Commit dc0840a8 authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Add some needed header files

parent e48ffb85
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@
#include "dnslib/rrset.h"
#include "dnslib/dname.h"
#include "dnslib/packet.h"
#include "dnslib/descriptor.h"
/*
* Resources
......
......@@ -2,6 +2,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <time.h>
#include <stdbool.h>
#include "tests/tap_unit.h"
#include "alloc/slab.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment