diff options
author | Jaroslav Kysela <perex@perex.cz> | 2006-10-06 13:18:34 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2006-10-06 13:18:34 +0200 |
commit | 57eb3145b8b90791ccbb743bc6cca8259c38e2b1 (patch) | |
tree | 644f1cd9c4660e999f70a58f21d9b9c8b0d4c0bf /include | |
parent | 8c9e4114a23aad96b4b9570624a4fd96745dfe01 (diff) |
fix various warnings
See also ALSA bug#1689
Diffstat (limited to 'include')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 7b8c176a..4889eae5 100644 --- a/include/global.h +++ b/include/global.h @@ -130,7 +130,7 @@ int snd_shm_area_destroy(struct snd_shm_area *area); int snd_user_file(const char *file, char **result); -#ifndef _POSIC_C_SOURCE +#ifndef _POSIX_C_SOURCE struct timeval { time_t tv_sec; /* seconds */ long tv_usec; /* microseconds */ |