Skip to content

Commit

Permalink
Stop relying on lunaservice.h to include glib.h
Browse files Browse the repository at this point in the history
Include it explicitly as it's going to be removed from lunaservice.h .

Open-webOS-DCO-1.0-Signed-off-by: Herb Kuta <herb.kuta@palm.com>
Change-Id: I6de360625ae3ea3e655ab1a605a8557a95830db1
  • Loading branch information
Herb Kuta authored and Gerrit Code Review committed Dec 11, 2012
1 parent f5d2cc1 commit 242ce19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/internal/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
* Main header for all orphan functions.
*/

#include <glib.h>

#include <luna-service2/lunaservice.h>
#include <nyx/nyx_client.h>

Expand Down
2 changes: 2 additions & 0 deletions src/alarms/smartsql.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
#include <stdbool.h>
#include <string.h>

#include <glib.h>

#include <luna-service2/lunaservice.h>

#include "logging.h"
Expand Down

0 comments on commit 242ce19

Please sign in to comment.