Ver código fonte

* common.h: protect common.h against multiple inclusion.

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/libpipi/trunk@2792 92316355-f0b4-4df1-b90c-862c8a59935f
remotes/tiles
sam 16 anos atrás
pai
commit
8a64e1c730
1 arquivos alterados com 5 adições e 0 exclusões
  1. +5
    -0
      common.h

+ 5
- 0
common.h Ver arquivo

@@ -17,6 +17,9 @@
* function prototypes that are sometimes missing.
*/

#ifndef __COMMON_H__
#define __COMMON_H__

/* C99 types */
#if defined HAVE_INTTYPES_H && !defined __KERNEL__
# include <inttypes.h>
@@ -78,3 +81,5 @@ static inline uint32_t hton32(uint32_t x)
}
#endif

#endif /* __COMMON_H__ */


Carregando…
Cancelar
Salvar