summaryrefslogtreecommitdiff
path: root/unittest/mytap
diff options
context:
space:
mode:
authorelliot@mysql.com <>2006-04-14 10:36:36 -0400
committerelliot@mysql.com <>2006-04-14 10:36:36 -0400
commit24e8ea98d66dc46cc43a09f48f7bcf06e7ce77e3 (patch)
treea3e9a3202ce2b5538511241cb864532542a4dfdb /unittest/mytap
parent34842dd2955de6f1e88ccfa97eba3787f669ee98 (diff)
downloadmariadb-git-24e8ea98d66dc46cc43a09f48f7bcf06e7ce77e3.tar.gz
Fixing HP-UX and AIX builds.
Diffstat (limited to 'unittest/mytap')
-rw-r--r--unittest/mytap/tap.h4
1 files changed, 1 insertions, 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.