/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pcilib/pci.c

  • Committer: Suren A. Chilingaryan
  • Date: 2015-09-01 15:05:38 UTC
  • Revision ID: csa@suren.me-20150901150538-lcgv4923906rx4ma
Fixes out-of-source builds and minor build issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//#define PCILIB_FILE_IO
2
2
#define _XOPEN_SOURCE 700
3
3
#define _BSD_SOURCE
 
4
#define _DEFAULT_SOURCE
4
5
#define _POSIX_C_SOURCE 200809L
5
6
 
6
7
#include <stdio.h>