mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-18 12:42:54 -05:00
- For #762: please doxygen.
This commit is contained in:
parent
47cf44cc70
commit
f1537e2041
1 changed files with 4 additions and 4 deletions
|
|
@ -18,10 +18,10 @@
|
|||
* Edited slightly for integration in Unbound. Edits are noted with 'EDIT'.
|
||||
*/
|
||||
/** EDIT
|
||||
* #include <assert.h>
|
||||
* #include <stdint.h>
|
||||
* #include <stdio.h>
|
||||
* #include <string.h>
|
||||
* \#include <assert.h>
|
||||
* \#include <stdint.h>
|
||||
* \#include <stdio.h>
|
||||
* \#include <string.h>
|
||||
* Replaced the above includes with Unbound's config.h
|
||||
*/
|
||||
#include "config.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue