tdb: use system include style for system headers
authorAndrew Tridgell <tridge@samba.org>
Thu, 3 Mar 2011 05:27:26 +0000 (16:27 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 15 Mar 2011 01:22:19 +0000 (12:22 +1100)
lib/tdb/include/tdb.h

index 658e81ea1fd3321e2943d5ed192e9a29934a2695..5eb95625dae199799b262ca9acf62b3f0b36eeb1 100644 (file)
@@ -30,7 +30,7 @@
 extern "C" {
 #endif
 
-#include "signal.h"
+#include <signal.h>
 
 /**
  * @defgroup tdb The tdb API