Add required header for proper OpenBSD checking

This commit is contained in:
James Turner 2014-10-01 13:08:38 -04:00
parent 626206f0d8
commit 215a4d2da2
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <sys/param.h>
#include "kore.h"
#define SSL_SESSION_ID "kore_ssl_sessionid"