diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-03-03 16:27:26 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-03-15 12:22:19 +1100 |
commit | 0a0ebd73fb98002f099544eca5deaf6763790277 (patch) | |
tree | d3de3b838797e157027842c6729d7375f49414cf /lib | |
parent | f2bcb7028e846aee7e83a1009297f710916d2a4e (diff) | |
download | samba-0a0ebd73fb98002f099544eca5deaf6763790277.tar.gz samba-0a0ebd73fb98002f099544eca5deaf6763790277.tar.bz2 samba-0a0ebd73fb98002f099544eca5deaf6763790277.zip |
tdb: use system include style for system headers
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tdb/include/tdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/include/tdb.h b/lib/tdb/include/tdb.h index 658e81ea1f..5eb95625da 100644 --- a/lib/tdb/include/tdb.h +++ b/lib/tdb/include/tdb.h @@ -30,7 +30,7 @@ extern "C" { #endif -#include "signal.h" +#include <signal.h> /** * @defgroup tdb The tdb API |