Changeset 1bd87456130e0880e302c7337868f5f39a10596a
- Timestamp:
- 02/21/11 16:54:10
(2 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1298307250 +0000
- git-parent:
[d11edc6485c8548e151e2b14ca904c22cefb5fa3]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1298307250 +0000
- Message:
on linux, vasprintf isn't defined unless you do _GNU_SOURCE... retarded, works everywhere else
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| refa9375 |
r1bd8745 |
|
| 14 | 14 | */ |
|---|
| 15 | 15 | |
|---|
| | 16 | #define _GNU_SOURCE |
|---|
| 16 | 17 | #include "noit_config.h" |
|---|
| 17 | 18 | |
|---|