diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-30 16:09:02 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-30 16:09:02 +0000 |
commit | d3c14c9d1fdc1b2d193a2e0a71d5901e2450ca36 (patch) | |
tree | aaf7eea3c747716390cd8bc921c3c282a07462ae /src/htsnet.h | |
parent | 7026ba7c7b38296544f46988828fcf93c1fc4498 (diff) |
Missing string.h (moe)
Diffstat (limited to 'src/htsnet.h')
-rw-r--r-- | src/htsnet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htsnet.h b/src/htsnet.h index 6efdc2a..2cc7499 100644 --- a/src/htsnet.h +++ b/src/htsnet.h @@ -40,6 +40,7 @@ Please visit our Website: http://www.httrack.com #include "htsbasenet.h" #include "htssafe.h" +#include <string.h> #include <ctype.h> #ifdef _WIN32 // pour read |