diff options
| author | Bruce Momjian | 2011-08-26 20:04:29 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2011-08-26 22:15:14 +0000 |
| commit | 48423d949f6bf8f21505a00571aa2f9559952016 (patch) | |
| tree | 549e1cf2ff601fa4170135939aac68206845e74b /src/bin | |
| parent | 455d08b2855af0e7748bbc7602605ceb48492b3a (diff) | |
Add markers.
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/scripts/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/scripts/common.h b/src/bin/scripts/common.h index 694977b73b3..caa9e81f457 100644 --- a/src/bin/scripts/common.h +++ b/src/bin/scripts/common.h @@ -10,8 +10,8 @@ #define COMMON_H #include "libpq-fe.h" -#include "getopt_long.h" -#include "pqexpbuffer.h" +#include "getopt_long.h" /* pgrminclude ignore */ +#include "pqexpbuffer.h" /* pgrminclude ignore */ enum trivalue { |
