Skip to content

Commit

Permalink
Fix implicit declaration warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe De Swert <philippedeswert@gmail.com>
  • Loading branch information
philippedeswert committed Aug 15, 2012
1 parent dd252c6 commit 5ae0b87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/usb_moded-config.c
Expand Up @@ -26,9 +26,10 @@
#include <stdio.h>

#include <glib.h>
/*
#include <glib/gkeyfile.h>
#include <glib/gstdio.h>

*/
#include "usb_moded-config.h"
#include "usb_moded-config-private.h"
#include "usb_moded-log.h"
Expand Down
1 change: 1 addition & 0 deletions src/usb_moded-network.c
Expand Up @@ -25,6 +25,7 @@
#include <stdlib.h>

#include "usb_moded-network.h"
#include "usb_moded-config.h"

#if CONNMAN
#include <dbus/dbus.h>
Expand Down

0 comments on commit 5ae0b87

Please sign in to comment.