needs socket.h

This commit is contained in:
Kurt Zeilenga 1998-08-15 18:18:12 +00:00
parent 1c96c959bc
commit b58c782eeb

View file

@ -3,6 +3,7 @@
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include "slap.h"
#include "back-ldbm.h"