Browse Source

Refs #39. It's unnecessary to include sys/mman.h file in blas_server_omp.c.

tags/v0.1alpha2^2
Xianyi Zhang 14 years ago
parent
commit
82f5274828
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      driver/others/blas_server_omp.c

+ 1
- 1
driver/others/blas_server_omp.c View File

@@ -38,7 +38,7 @@

#include <stdio.h>
#include <stdlib.h>
#include <sys/mman.h>
//#include <sys/mman.h>
#include "common.h"

#ifndef USE_OPENMP


Loading…
Cancel
Save