mirror of
https://github.com/carlospolop/hacktricks
synced 2025-02-16 14:08:26 +00:00
Merge pull request #147 from bash-c/patch-1
add missing header file in linux-unix/privilege-escalation
This commit is contained in:
commit
a1ba03233e
1 changed files with 1 additions and 0 deletions
|
@ -855,6 +855,7 @@ Save as **/tmp/pe.c**
|
|||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
void _init() {
|
||||
unsetenv("LD_PRELOAD");
|
||||
|
|
Loading…
Add table
Reference in a new issue