summaryrefslogtreecommitdiffstats
path: root/src/sbus
diff options
context:
space:
mode:
authorPavel Reichl <pavel.reichl@redhat.com>2013-10-22 15:21:33 +0100
committerJakub Hrozek <jhrozek@redhat.com>2013-11-04 10:52:15 +0100
commitf7257ab0bcea6c41fab5a4677787f3075ecdcb64 (patch)
tree504f3f1ab6d8911c8a7614b719ddb841acb1f263 /src/sbus
parent64cb81a65e584858dd631bc5160959d350c091e3 (diff)
downloadsssd-f7257ab0bcea6c41fab5a4677787f3075ecdcb64.tar.gz
sssd-f7257ab0bcea6c41fab5a4677787f3075ecdcb64.tar.xz
sssd-f7257ab0bcea6c41fab5a4677787f3075ecdcb64.zip
Include ext headers with #include <foo.h> - cont
Changing style of including header files from outside of sssd tree - from "header.h" to <header.h>
Diffstat (limited to 'src/sbus')
-rw-r--r--src/sbus/sbus_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbus/sbus_client.h b/src/sbus/sbus_client.h
index 742f8a10c..ff322e451 100644
--- a/src/sbus/sbus_client.h
+++ b/src/sbus/sbus_client.h
@@ -22,7 +22,7 @@
#ifndef SBUS_CLIENT_H_
#define SBUS_CLIENT_H_
-#include "tevent.h"
+#include <tevent.h>
#include "sbus/sssd_dbus.h"
int sbus_client_init(TALLOC_CTX *mem_ctx,