diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2025-04-20 18:23:01 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2025-04-20 18:23:01 +0200 |
commit | ca73b12180ad0dd38e73f19bab81807a43460451 (patch) | |
tree | 5e569120b62ce042b262deb04e13677ad3d907d4 /examples | |
parent | bcf1992714fb95d4c4dd16f6b27f8767205bb9f3 (diff) | |
download | reduced_system_layer-ca73b12180ad0dd38e73f19bab81807a43460451.zip |
Rename to Runtime
Diffstat (limited to 'examples')
-rw-r--r-- | examples/echo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/echo.c b/examples/echo.c index 7d25001..b53c09b 100644 --- a/examples/echo.c +++ b/examples/echo.c @@ -2,7 +2,7 @@ #error Not implemented! #endif -#include "../reduced_system_layer.c" +#include "../runtime.c" enum { MODE_RECV = 1, |