mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
* Don't need extern "C".
This commit is contained in:
parent
e3ce954582
commit
2382a729e0
2 changed files with 0 additions and 4 deletions
|
@ -16,9 +16,7 @@
|
|||
#include <pwd.h>
|
||||
#include <grp.h>
|
||||
|
||||
extern "C" {
|
||||
#include <aterm2.h>
|
||||
}
|
||||
|
||||
|
||||
namespace nix {
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
#ifndef __ATERM_H
|
||||
#define __ATERM_H
|
||||
|
||||
extern "C" {
|
||||
#include <aterm2.h>
|
||||
}
|
||||
|
||||
#include "types.hh"
|
||||
|
||||
|
|
Loading…
Reference in a new issue