Skip to content

Commit

Permalink
chore: Include time.h header in cec-ctl.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Turbin committed Aug 26, 2024
1 parent f10454c commit 281f5c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/cec-ctl/cec-ctl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
#include <ctime>
#include <time.h>

#include <unistd.h>
#include <stdlib.h>
Expand Down

0 comments on commit 281f5c4

Please sign in to comment.