ahshabbir / ddcbc-api

A basic API for controlling brightness via ddcutil api, and a basic CLI interface implemented for it.
GNU General Public License v3.0
0 stars 1 forks source link

Missing header for ddcbc-api #1

Open DMJC opened 6 months ago

DMJC commented 6 months ago

In file included from src/./states/displays.c:4, from src/main.c:9: src/./states/../../ddcbc-api/ddcbc-api.c:10:10: fatal error: ddcutil_c_api.h: No such file or directory 10 | #include "ddcutil_c_api.h" | ^~~~~

no header file included in source code.

DMJC commented 6 months ago

Both headers:

include "ddcutil_c_api.h"

include "ddcutil_status_codes.h"

Are missing from the code.