commit - 0f8ad3f117a6cc18dda34065c3d7c8104e50f413
commit + b4c20a19a96f836e92755f902bd6b06c55b27706
blob - 6437bf550c8e246193623b0bed1c1356161f0b2e
blob + e8a77c36de8a9bb990ee17fc8764af9390f1915c
--- gotwebd/got_operations.c
+++ gotwebd/got_operations.c
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include <sys/queue.h>
#include <sys/socket.h>
#include <sys/stat.h>
blob - 5de75e9906e8db76b4f47ea4e47f97bbff344227
blob + 1f77113aefd24cce886b89debd8d60dc71eca3fd
--- gotwebd/gotweb.c
+++ gotwebd/gotweb.c
#include <net/if.h>
#include <netinet/in.h>
+#include <sys/queue.h>
#include <sys/stat.h>
#include <sys/types.h>
break;
}
return NULL;
-}
\ No newline at end of file
+}