]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Includes from windows.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Sat, 12 Jul 2014 20:45:46 +0000 (20:45 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Sat, 12 Jul 2014 20:45:46 +0000 (20:45 +0000)
git-svn-id: file:///svn/unbound/trunk@3190 be551aaa-1e26-0410-a405-d3ace91eadb9

compat/getentropy_win.c

index 00cce559a073397172b1e09a5a7d68c06128438a..9dc55891e393b2791ff3fe4f2c18c66ceec954dc 100644 (file)
@@ -16,8 +16,9 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-#include "config.h"
 
+#include <windows.h>
+#include <errno.h>
 #include <stdint.h>
 #include <sys/types.h>
 #include <wincrypt.h>