From aaf2bed75fbc7e8c3a9570594592165730afbb2b Mon Sep 17 00:00:00 2001 From: chacha <15073640+cclecle@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:44:30 +0000 Subject: [PATCH] . --- Makefile | 2 +- glide_internal/cvg.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b2ae802..2f1ae82 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC=gcc CFLAGS= -Wall -std=gnu99 -O6 -march=pentium3 -fomit-frame-pointer -funroll-loops \ -fexpensive-optimizations -ffast-math -fno-strict-aliasing -CFLAGS+=-I. +CFLAGS+=-I. -I./glide_internal CFLAGS+=-DCVG diff --git a/glide_internal/cvg.h b/glide_internal/cvg.h index 6584d62..2f58ca7 100644 --- a/glide_internal/cvg.h +++ b/glide_internal/cvg.h @@ -24,11 +24,11 @@ ** $Date: 1999/12/07 21:49:24 $ */ -#include <3dfx.h> +#include #include #include #include #include -#include +#include #endif /* !__H3_H__ */