Skip to content

Commit

Permalink
dialogs.c: include strings.h if building for macOS
Browse files Browse the repository at this point in the history
Signed-off-by: cristina-suteu <[email protected]>
  • Loading branch information
cristina-suteu committed Mar 29, 2024
1 parent 211e5a8 commit 6ca804f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dialogs.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
#include <dirent.h>
#include <limits.h>

#ifdef __APPLE__
#include <strings.h>
#endif

#include <iio.h>

#include "compat.h"
Expand Down

0 comments on commit 6ca804f

Please sign in to comment.