Skip to content

Commit

Permalink
fixed gcc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed Jan 21, 2025
1 parent ea8eb1d commit abe2aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions logalert-x/logsrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ main(int argc, char **argv)
}

#ifndef lint
#include <stdio.h>
void
getversion_logsrv_c()
{
Expand Down
1 change: 1 addition & 0 deletions logalert-x/rpclog.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ main(int argc, char **argv)
}

#ifndef lint
#include <stdio.h>
void
getversion_rpclog_c()
{
Expand Down

0 comments on commit abe2aec

Please sign in to comment.