diff options
author | hemagx <hemagx2@gmail.com> | 2016-03-01 07:48:59 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-07-12 20:58:41 +0200 |
commit | 257b9e11ab6cf503d0b9582eb855ea0b50ec8877 (patch) | |
tree | 9110aa9f8647ef7a13702d05fc06f11ea0ca8830 /src/plugins/HPMHooking.c | |
parent | d0355d1df812f75e22f2d0538a1850d4e1274078 (diff) | |
download | hercules-257b9e11ab6cf503d0b9582eb855ea0b50ec8877.tar.gz hercules-257b9e11ab6cf503d0b9582eb855ea0b50ec8877.tar.bz2 hercules-257b9e11ab6cf503d0b9582eb855ea0b50ec8877.tar.xz hercules-257b9e11ab6cf503d0b9582eb855ea0b50ec8877.zip |
Interface thread.c
Diffstat (limited to 'src/plugins/HPMHooking.c')
-rw-r--r-- | src/plugins/HPMHooking.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking.c b/src/plugins/HPMHooking.c index 1c0cec51d..97a36f4ce 100644 --- a/src/plugins/HPMHooking.c +++ b/src/plugins/HPMHooking.c @@ -120,6 +120,7 @@ #include "common/sql.h" #include "common/strlib.h" #include "common/sysinfo.h" +#include "common/thread.h" #include "common/timer.h" #include "common/utils.h" |