diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-01 20:22:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-01 20:22:03 +0300 |
commit | 95b4e328c254fdb060307990c37ac6acf3cce65f (patch) | |
tree | 29d0d99f677d13ad68a103f7c1885438061c2228 /src/plugins/HPMHooking.c | |
parent | a84c02d557cbc30dd51e662bf99439b95ca29859 (diff) | |
parent | e9c98a1c9069c34e079c0d3e089162dd19d46dac (diff) | |
download | hercules-95b4e328c254fdb060307990c37ac6acf3cce65f.tar.gz hercules-95b4e328c254fdb060307990c37ac6acf3cce65f.tar.bz2 hercules-95b4e328c254fdb060307990c37ac6acf3cce65f.tar.xz hercules-95b4e328c254fdb060307990c37ac6acf3cce65f.zip |
Merge pull request #1253 from HerculesWS/hpmhooking
Hpmhooking improvements
Diffstat (limited to 'src/plugins/HPMHooking.c')
-rw-r--r-- | src/plugins/HPMHooking.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking.c b/src/plugins/HPMHooking.c index 6530035b9..4fb7911c2 100644 --- a/src/plugins/HPMHooking.c +++ b/src/plugins/HPMHooking.c @@ -17,6 +17,9 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + +#include "HPMHooking.h" + #include "common/hercules.h" #include "common/db.h" #include "common/memmgr.h" |