diff options
| author | 2026-04-13 16:16:25 -0400 | |
|---|---|---|
| committer | 2026-04-13 16:38:55 -0400 | |
| commit | 9913b7d590f46e59a475abbe85e70e02979d8d37 (patch) | |
| tree | 4cda8e52b89775bbeb082216f34d030d58161532 /src/poll_common.c | |
| parent | d13e92193d21e112f45f3c92cf159f27498a3a55 (diff) | |
| download | stela-9913b7d590f46e59a475abbe85e70e02979d8d37.tar.gz stela-9913b7d590f46e59a475abbe85e70e02979d8d37.tar.bz2 stela-9913b7d590f46e59a475abbe85e70e02979d8d37.zip | |
Adjust window api, cleanup and update deps
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/poll_common.c')
| -rw-r--r-- | src/poll_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/poll_common.c b/src/poll_common.c index 0b8cb79..868fa46 100644 --- a/src/poll_common.c +++ b/src/poll_common.c @@ -1,6 +1,6 @@ #define AL_LOG_SECTION "poll" #include <al/log.h> -#include <nnwt/common.h> +#include <nnwt/error.h> #include "poll_common.h" |