diff options
| author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-06-27 11:56:39 -0400 |
|---|---|---|
| committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-06-27 11:56:39 -0400 |
| commit | f6c85685bda3305ffe3a53df6d1af59f3a0234ed (patch) | |
| tree | 22834a0f1550e11f5e6aebc3162c1d6873baac06 /bmcctl | |
| parent | 0e88971c546086244e1101222a48a7565838505b (diff) | |
| download | blackbird-skeleton-f6c85685bda3305ffe3a53df6d1af59f3a0234ed.tar.gz blackbird-skeleton-f6c85685bda3305ffe3a53df6d1af59f3a0234ed.zip | |
libopenbmc_intf include path update
Remove the interfaces prefix from applications including openbmc_intf.h.
Use brackets rather than quotes in prep for a libopenbmc_intf SDK
package.
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'bmcctl')
| -rw-r--r-- | bmcctl/control_bmc_obj.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bmcctl/control_bmc_obj.c b/bmcctl/control_bmc_obj.c index 6dfa2da..545f780 100644 --- a/bmcctl/control_bmc_obj.c +++ b/bmcctl/control_bmc_obj.c @@ -1,8 +1,8 @@ #include <stdint.h> #include <stdio.h> #include <stdlib.h> -#include "interfaces/openbmc_intf.h" -#include "openbmc.h" +#include <openbmc_intf.h> +#include <openbmc.h> /* ------------------------------------------------------------------------- */ static const gchar* dbus_object_path = "/org/openbmc/control"; |

