mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
* Work around a bug in Apple's GCC preprocessor.
This commit is contained in:
parent
4caca58ff7
commit
ae7990cc88
3 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
#include "config.h"
|
||||
|
||||
#include "shared.hh"
|
||||
#include "globals.hh"
|
||||
#include "store-api.hh"
|
||||
#include "util.hh"
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <cctype>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue