Skip to content

Commit

Permalink
email_lib: resolve build failure on Leap 15
Browse files Browse the repository at this point in the history
lib/email/mime.cpp:1327:49: error: 'LONG_MAX' was not declared in this scope
  • Loading branch information
jengelh committed Oct 9, 2023
1 parent eb87316 commit 37ee484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/email/mime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/
#include <algorithm>
#include <cctype>
#include <climits>
#include <cstdio>
#include <cstdlib>
#include <cstring>
Expand Down

0 comments on commit 37ee484

Please sign in to comment.