From 7df7482bf6a6c2c69013cdbde58b57ca8716db17 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Fri, 29 Jan 2016 17:49:59 +0000 Subject: slirp: Clean up includes Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell Message-id: 1454089805-5470-10-git-send-email-peter.maydell@linaro.org --- slirp/bootp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'slirp/bootp.c') diff --git a/slirp/bootp.c b/slirp/bootp.c index 00272793e0..7b3232bdc4 100644 --- a/slirp/bootp.c +++ b/slirp/bootp.c @@ -21,6 +21,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ +#include "qemu/osdep.h" #include #if defined(_WIN32) -- cgit v1.2.3