1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Forgot an #include in the previous patch :-(

This commit is contained in:
Alvaro Herrera
2012-07-03 16:40:15 -04:00
parent 6416895cc6
commit c602b42982

View File

@ -42,6 +42,7 @@
#include "commands/collationcmds.h"
#include "commands/conversioncmds.h"
#include "commands/defrem.h"
#include "commands/extension.h"
#include "commands/proclang.h"
#include "commands/schemacmds.h"
#include "commands/tablecmds.h"