doc test fixup.

git-svn-id: file:///svn/unbound/trunk@1583 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2009-04-03 14:13:25 +00:00
parent 5445bf72ba
commit 49913a1c9e
3 changed files with 6 additions and 0 deletions
+5
View File
@@ -4,6 +4,11 @@
%module unboundmodule
%{
/**
* \file
* This is the interface between the unbound server and a python module
* called to perform operations on queries.
*/
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>