[windows] - fixups for building on windows
[deb_shairplay.git] / src / lib / http_response.c
index c3fe6c8e05325fcda0045ffed469feead2127c90..49166ccbc03490adfbddcea96a6eb453d4ebf05d 100644 (file)
@@ -1,9 +1,24 @@
+/**
+ *  Copyright (C) 2011-2012  Juho Vähä-Herttua
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Lesser General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2.1 of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Lesser General Public License for more details.
+ */
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
 #include <assert.h>
 
 #include "http_response.h"
+#include "compat.h"
 
 struct http_response_s {
        int complete;