zardus / preeny

Some helpful preload libraries for pwning stuff.
BSD 2-Clause "Simplified" License
1.57k stars 170 forks source link

add missing header to test code #11

Closed mkevac closed 9 years ago

mkevac commented 9 years ago

Fix for this:

make -C tests
make[1]: Entering directory '/home/marko/projects/preeny/preeny/tests'
cc     hello.c   -o hello
hello.c: In function ‘main’:
hello.c:3:2: warning: implicit declaration of function ‘puts’ [-Wimplicit-function-declaration]
  puts("Hello world!");
  ^
make[1]: Leaving directory '/home/marko/projects/preeny/preeny/tests'
> gcc --version
gcc (GCC) 5.1.1 20150618 (Red Hat 5.1.1-4)
zardus commented 9 years ago

Thanks!