Skip to content

Commit

Permalink
Merge pull request #3354 from matt335672/v0_10_link_error_old_glibc
Browse files Browse the repository at this point in the history
[V0.10] xrdp-droppriv erroneous includes
  • Loading branch information
matt335672 authored Dec 23, 2024
2 parents 9b4eb16 + b914d3e commit d2284e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/chkpriv/xrdp-droppriv.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "config_ac.h"
#endif

#include "os_calls.c"
#include "os_calls.h"
#include "log.h"

int main(int argc, char *argv[])
Expand Down

0 comments on commit d2284e1

Please sign in to comment.