From 649c21bbc9a08eaf7819084a8bd9975100121919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0imerda?= Date: Mon, 4 Mar 2013 21:40:25 +0100 Subject: [PATCH] trivial: add missing standard includes This will help later cleanups of nm-system. --- src/nm-udev-manager.c | 2 ++ src/wimax/nm-device-wimax.c | 1 + 2 files changed, 3 insertions(+) diff --git a/src/nm-udev-manager.c b/src/nm-udev-manager.c index 7e86740663..de657e9a0e 100644 --- a/src/nm-udev-manager.c +++ b/src/nm-udev-manager.c @@ -19,6 +19,8 @@ */ #include + +#include #include #include diff --git a/src/wimax/nm-device-wimax.c b/src/wimax/nm-device-wimax.c index 27ac25ff43..7883ddd905 100644 --- a/src/wimax/nm-device-wimax.c +++ b/src/wimax/nm-device-wimax.c @@ -19,6 +19,7 @@ * Copyright (C) 2009 Novell, Inc. */ +#include #include #include #include