From 73d6784009bac68011f8c4cf78307525e38e1601 Mon Sep 17 00:00:00 2001
From: dinkc64 <terra79pin@yahoo.com>
Date: Fri, 7 Dec 2018 19:13:10 -0500
Subject: [PATCH] no cstdint

---
 src/cpu/adsp2100/adsp2100_defs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cpu/adsp2100/adsp2100_defs.h b/src/cpu/adsp2100/adsp2100_defs.h
index 0b77ee4be..8660ac6ad 100644
--- a/src/cpu/adsp2100/adsp2100_defs.h
+++ b/src/cpu/adsp2100/adsp2100_defs.h
@@ -1,7 +1,7 @@
 #ifndef ADSP2100_DEFS
 #define ADSP2100_DEFS
 
-#include <cstdint>
+#include <stdint.h>
 #include "burnint.h"
 #include "cpuintrf.h"