szcompressor / SZ

Error-bounded Lossy Data Compressor (for floating-point/integer datasets)
http://szcompressor.org
Other
151 stars 56 forks source link

Fix missing unistd.h include #35

Closed jschueller closed 5 years ago

jschueller commented 5 years ago
/tmp/SZ/sz/src/rw.c:19:24: error: ‘F_OK’ undeclared (first use in this function)
  if( access( filePath, F_OK ) != -1 ) {