Skip to content

Commit

Permalink
fix include lib name climits.h -> limits.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Ovchinnikov committed Jan 29, 2024
1 parent e999899 commit ab786bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/mdb_iamproxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

#include <odyssey.h>
#include <climits.h>
#include <limits.h>
#include <stdint.h>
#include <malloc.h>
#include <sys/poll.h>
Expand Down

0 comments on commit ab786bd

Please sign in to comment.