summaryrefslogtreecommitdiff
path: root/progs/perf
diff options
context:
space:
mode:
Diffstat (limited to 'progs/perf')
-rw-r--r--progs/perf/common.h3
-rw-r--r--progs/perf/teximage.c5
2 files changed, 4 insertions, 4 deletions
diff --git a/progs/perf/common.h b/progs/perf/common.h
index fc49bbed32..6ea17402b5 100644
--- a/progs/perf/common.h
+++ b/progs/perf/common.h
@@ -24,6 +24,9 @@
#define COMMON_H
+#include <stddef.h> /* for offsetof() */
+
+
typedef void (*PerfRateFunc)(unsigned count);
diff --git a/progs/perf/teximage.c b/progs/perf/teximage.c
index 11d781fccc..634cd83558 100644
--- a/progs/perf/teximage.c
+++ b/progs/perf/teximage.c
@@ -50,11 +50,8 @@ static const struct vertex vertices[1] = {
{ 0.0, 0.0, 0.5, 0.5 },
};
-#if 0
#define VOFFSET(F) ((void *) offsetof(struct vertex, F))
-#else
-#define VOFFSET(F) ((void *) &((struct vertex *)NULL)->F)
-#endif
+
/** Called from test harness/main */
void