From: Steve Robbins <steve@sumost.ca>
Date: Wed, 5 Jul 2023 22:22:24 -0500
Subject: Fix gcc-13 build by not re-defining intptr_t.  Closes: #1037794.

---
 nyqstk/include/Stk.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/nyqstk/include/Stk.h b/nyqstk/include/Stk.h
index 4d04f26..c1fbe14 100644
--- a/nyqstk/include/Stk.h
+++ b/nyqstk/include/Stk.h
@@ -50,6 +50,7 @@ typedef uint64_t uintmax_t;
 #include <string>
 #include <iostream>
 #include <sstream>
+#include <cstdint>
 
 using namespace std;
 
@@ -355,10 +356,6 @@ typedef signed short SINT16;
 typedef signed int SINT32;
 typedef float FLOAT32;
 typedef double FLOAT64;
-// added by RBD
-#ifdef __linux__
-#define intptr_t long
-#endif
 
 // The default sampling rate.
 const StkFloat SRATE = 44100.0;
