Skip to content

Commit

Permalink
fix: gcc compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
hongcai.dhc committed Jan 29, 2017
1 parent 89b4656 commit a15c8e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/shm_list.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
//shm_list.h

#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS
#endif

#ifndef _SHM_LIST_H
#define _SHM_LIST_H

Expand Down

0 comments on commit a15c8e0

Please sign in to comment.