1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-03-10 04:21:12 +00:00

windows: fix missing off_t include

This commit is contained in:
Tanguy Pruvot 2015-06-08 16:54:55 +02:00
parent cf077902d0
commit a55b148ecc
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include <stdio.h>
#include <memory.h>
#include <sys/types.h> // off_t
#include "cuda_helper.h"

View File

@ -2,6 +2,7 @@
#include <stdio.h>
#include <memory.h>
#include <sys/types.h> // off_t
#include "cuda_helper.h"

View File

@ -1,5 +1,6 @@
#include <stdio.h>
#include <memory.h>
#include <sys/types.h> // off_t
#include "cuda_helper.h"