1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-15 23:12:44 +01:00

* Clang compatibility fix. Clang actually checks template definitions

when they are defined
This commit is contained in:
Eelco Dolstra 2011-02-05 16:29:10 +00:00
parent 9db190eb31
commit aeae0beba4

View file

@ -1,7 +1,7 @@
#ifndef __SHARED_H
#define __SHARED_H
#include "types.hh"
#include "util.hh"
#include <signal.h>