Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/chm_http.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>

/* threading includes */
#include <pthread.h>
Expand Down
2 changes: 2 additions & 0 deletions src/chm_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
* *
***************************************************************************/

#define _LARGEFILE64_SOURCE /* for pread64 */

#include "chm_lib.h"

#ifdef CHM_MT
Expand Down