Skip to content

Commit

Permalink
[powerkey] Add missing include file. Contributes to MER#1310
Browse files Browse the repository at this point in the history
Code in powerkey.c now uses constants defined in mode-names.h
from mce-dev, but the header is not included and build fails.

Add missing include directive.
  • Loading branch information
spiiroin committed Sep 14, 2015
1 parent c8567e9 commit 7b751fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions powerkey.c
Expand Up @@ -44,6 +44,7 @@
#include <errno.h>

#include <mce/dbus-names.h>
#include <mce/mode-names.h>

#include <libngf/ngf.h>

Expand Down

0 comments on commit 7b751fa

Please sign in to comment.