aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/cli/example2.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-05-29 21:25:07 +0000
committerBruce Momjian <bruce@momjian.us>2000-05-29 21:25:07 +0000
commit6c944bf3cc5b8329a9d6e9ab534387fcb68bf565 (patch)
tree2a4a318a686d1b6a69623d045e8f9f790fbe520b /src/interfaces/cli/example2.c
parent6ed00fee535018b1966a61491a4af07f078b4c68 (diff)
downloadpostgresql-6c944bf3cc5b8329a9d6e9ab534387fcb68bf565.tar.gz
postgresql-6c944bf3cc5b8329a9d6e9ab534387fcb68bf565.zip
Cleanup of <> and ""
Diffstat (limited to 'src/interfaces/cli/example2.c')
-rw-r--r--src/interfaces/cli/example2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/cli/example2.c b/src/interfaces/cli/example2.c
index d74b1e971a5..7230abc4da8 100644
--- a/src/interfaces/cli/example2.c
+++ b/src/interfaces/cli/example2.c
@@ -30,7 +30,7 @@
* Sample program - uses concise CLI functions to execute
* interactively an ad hoc statement.
*/
-#include <sqlcli.h>
+#include "sqlcli.h"
#include <string.h>
#include <stdlib.h>