summaryrefslogtreecommitdiff
path: root/src/cpu.c
diff options
context:
space:
mode:
author諏訪子 <suwako@076.moe>2024-06-18 14:06:43 +0900
committer諏訪子 <suwako@076.moe>2024-06-18 14:06:43 +0900
commit794dffcfe2204a6b7d92072e7af54e6e058dcbe9 (patch)
treeca289c31b554dbfa1ca211d50d877d3ec8a63475 /src/cpu.c
parente74aee761ae2470b2c205fefa70b2a46a4be1b0d (diff)
マイクとカメラ(OpenBSDのみ)
Diffstat (limited to 'src/cpu.c')
-rw-r--r--src/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu.c b/src/cpu.c
index 9b79eca..5cd9d3d 100644
--- a/src/cpu.c
+++ b/src/cpu.c
@@ -1,4 +1,4 @@
-#include "memory.h"
+#include "cpu.h"
#include <stdio.h>
#include <string.h>