Skip to content

Commit

Permalink
Add limits header for HOST_NAME_MAX def
Browse files Browse the repository at this point in the history
  • Loading branch information
koparasy committed Jun 5, 2024
1 parent 4798b7d commit 739be8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/AMSlib/AMS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
*/

#include <limits.h>
#include <unistd.h>

#include <fstream>
Expand Down
1 change: 0 additions & 1 deletion tools/AMSLogReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,3 @@ def main():

if __name__ == "__main__":
main()
main()

0 comments on commit 739be8c

Please sign in to comment.