Skip to content
Snippets Groups Projects
Commit a068c7e6 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

key: fix OpenBSD warning - missing include

parent 1ef7c7c2
Branches
Tags
No related merge requests found
......@@ -15,10 +15,11 @@
*/
#include <config.h>
#include <arpa/inet.h>
#include <assert.h>
#include <ctype.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment