From 6de23eb793981106aab34d0f7af07b419264bd2c Mon Sep 17 00:00:00 2001 From: Abdirahim Musse <33973272+abmusse@users.noreply.github.com> Date: Thu, 12 Mar 2020 13:21:02 -0500 Subject: [PATCH] fixup! feat: Add AIX support --- psycopg/aix_support.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psycopg/aix_support.h b/psycopg/aix_support.h index 79ef0fff..81f2bd6c 100644 --- a/psycopg/aix_support.h +++ b/psycopg/aix_support.h @@ -29,7 +29,7 @@ #include "psycopg/config.h" -#if defined(__sun) && defined(__SVR4) +#ifdef _AIX #include #ifndef timeradd