Browse Source

dns header (inc)

SBird1337 7 years ago
parent
commit
84c1fd54d9
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/dns/dns_core.c

+ 1
- 0
src/dns/dns_core.c View File

@@ -1,4 +1,5 @@
1 1
 #include <bpre.h>
2
+#include <dns_core.h>
2 3
 
3 4
 enum time_type get_time_of_day() {
4 5
     volatile u8* time_pointer = (u8*) (0x0203FAB1);