GiacomoLaw / Keylogger

A simple keylogger for Windows, Linux and Mac
https://simple-keylogger.github.io/
MIT License
2.06k stars 617 forks source link

#include<stdio.h> needed due to fprintf function #34

Closed bit4woo closed 7 years ago

bit4woo commented 7 years ago

It seems that the klog_main.cpp need to include head file. because the fprintf function.

I used codeblocks IDE to compile the source code.

image

GiacomoLaw commented 7 years ago

Included 🙂