From 24e8ea98d66dc46cc43a09f48f7bcf06e7ce77e3 Mon Sep 17 00:00:00 2001 From: "elliot@mysql.com" <> Date: Fri, 14 Apr 2006 10:36:36 -0400 Subject: [PATCH] Fixing HP-UX and AIX builds. --- unittest/mytap/tap.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/unittest/mytap/tap.h b/unittest/mytap/tap.h index 53023e83028..cc1d0926012 100644 --- a/unittest/mytap/tap.h +++ b/unittest/mytap/tap.h @@ -21,9 +21,7 @@ #ifndef TAP_H #define TAP_H -#ifndef __GNUC__ -#define __attribute__(F) -#endif +#include "my_global.h" /* @defgroup MyTAP MySQL support for performing unit tests according to TAP.