Skip to content

Commit

Permalink
kram - sys/cdefs.h doesn't exist on Win
Browse files Browse the repository at this point in the history
  • Loading branch information
alecazam committed Sep 2, 2024
1 parent 6dce8a8 commit b6ba961
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion libkram/kram/KramLog.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@

#include <cassert>

// TODO: fix for other platforms
// This has __printflike on macOS/Linux
#if KRAM_WIN
// TODO: fix for Win
#else
#include <sys/cdefs.h>
#endif
//#include <string>

// #include "KramConfig.h"
Expand Down

0 comments on commit b6ba961

Please sign in to comment.